Explorar o código

:memo: Explain how to make a minimal zip

DricomDragon %!s(int64=2) %!d(string=hai) anos
pai
achega
76c0f10387
Modificáronse 1 ficheiros con 8 adicións e 0 borrados
  1. 8 0
      README.md

+ 8 - 0
README.md

@@ -1,3 +1,11 @@
 # Godot bug reports
 # Godot bug reports
 
 
 The list of minimal projects to reproduce bugs I have spotted.
 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/\*
+```