*/}}
Browse Source

Includes tarbal script

YimingWu 1 year ago
parent
commit
b137e1b102
1 changed files with 4 additions and 1 deletions
  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")