Godot: Difference between revisions

Klinger (talk | contribs)
m Category:IDE added
Apia (talk | contribs)
m fix typo
 
(One intermediate revision by the same user not shown)
Line 12: Line 12:
On Godot upgrade, the new export template can be automatically provisioned this way:
On Godot upgrade, the new export template can be automatically provisioned this way:


<code>home.file.".local/share/godot/export_templates/${builtins.replaceStrings [ "-" ] [ "." ] pkgs.godot_4-export-templates.version}".source = pkgs.godot_4-export-templates;</code>
<code>home.file.".local/share/godot/export_templates".source = "${pkgs.godot_4-export-templates-bin}/share/godot/export_templates";</code>


=== Android Export Target ===
=== Android Export Target ===