*/}}
Explorar o código

Includes tarbal script

YimingWu %!s(int64=2) %!d(string=hai) anos
pai
achega
b137e1b102
Modificáronse 1 ficheiros con 4 adicións e 1 borrados
  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")