Godot: Difference between revisions

Apia (talk | contribs)
fixed export template instructions; the process was changed in https://github.com/NixOS/nixpkgs/commit/03756b98364a8e8c4319d1a5b163d25a5b297fe5, i think, maybe theres an easier way to do this, but i dont know enough about nix to say
Apia (talk | contribs)
m fix typo
 
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>hhome.file.".local/share/godot/export_templates".source = "${pkgs.godot_4-export-templates-bin}/share/godot/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 ===