*/}}
瀏覽代碼

Includes tarbal script

YimingWu 2 年之前
父節點
當前提交
b137e1b102
共有 1 個文件被更改,包括 4 次插入1 次删除
  1. 4 1
      GenerateAppimage.py

+ 4 - 1
GenerateAppimage.py

@@ -44,7 +44,10 @@ AppImage:
   update-information: guess
 """
 
-script="appimage-builder --recipe AppImageBuilder.yml"
+script="""appimage-builder --recipe AppImageBuilder.yml
+mv OurPaint*.AppImage OurPaint/
+tar -cvzf OurPaint.tar.gz OurPaint/
+"""
 
 os.system("rm -rf ../OurPaintApp/AppDir")
 os.system("rm -rf ../OurPaintApp/OurPaint")