瀏覽代碼

:memo: Describe how to zip distributable files

DricomDragon 2 年之前
父節點
當前提交
7a8720c1f0
共有 1 個文件被更改,包括 12 次插入0 次删除
  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`.