Update generate-flatpak.py
All checks were successful
Sanity check / Test Python file (push) Successful in 10s
All checks were successful
Sanity check / Test Python file (push) Successful in 10s
This commit is contained in:
parent
c9a6f9120b
commit
3e9950c3ca
1 changed files with 3 additions and 1 deletions
|
@ -6,4 +6,6 @@ file[3] = 'UI_FILE = "/app/opt/sweecrypt-gtk.ui"'
|
|||
file.insert(0, "#!/usr/bin/env python3")
|
||||
file = "\n".join(file)
|
||||
open("sweecrypt-gtk-flatpak.py", "w").write(file)
|
||||
os.system("chmod 1777 sweecrypt-gtk-flatpak.py")
|
||||
os.system("chmod 1777 sweecrypt-gtk-flatpak.py")
|
||||
os.system("mkdir flatpak")
|
||||
os.system("flatpak-builder flatpak codes.swee.SweeCryptGTK.json")
|
Loading…
Reference in a new issue