Sfoglia il codice sorgente

:memo: Explain how to make a minimal zip

DricomDragon 2 anni fa
parent
commit
76c0f10387
1 ha cambiato i file con 8 aggiunte e 0 eliminazioni
  1. 8 0
      README.md

+ 8 - 0
README.md

@@ -1,3 +1,11 @@
 # Godot bug reports
 
 The list of minimal projects to reproduce bugs I have spotted.
+
+## Make a minimal project
+
+Package it in a zip, without the `.godot` folder.
+
+```sh
+zip -r folder_name folder_name -x folder_name/.godot/\*
+```