Ver Fonte

:memo: Describe how to zip distributable files

DricomDragon há 2 anos atrás
pai
commit
7a8720c1f0
1 ficheiros alterados com 12 adições e 0 exclusões
  1. 12 0
      README.md

+ 12 - 0
README.md

@@ -18,6 +18,18 @@ Aim, shoot and combo! Try to high-score before you are overwhelmed by bricks! Ea
 
 Two games of this game where concurrently developed : this one is made with Godot engine, the other one was made with Haskell by a friend.
 
+## Export
+
+Games are exported from Godot. It is advised to compress them in order to efficiently share them.
+
+### Windows
+
+`zip Kace_WinDesktop_x64_vX_Y.zip Kace_WinDesktop_x64_vX_Y.exe`
+
+### GNU/Linux
+
+`ar -zcvf Kace_LinuxX11_x64_vX_Y.tar.gz Kace_LinuxX11_x64_vX_Y.pck Kace_LinuxX11_x6 _vX_Y.x86_64`
+
 ## License
 
 GNU GPLv3, see `LICENSE.txt`.