mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
feat: appimage package script
revert: flutter lock file
This commit is contained in:
11
build_appimage.py
Normal file → Executable file
11
build_appimage.py
Normal file → Executable file
@@ -1,8 +1,11 @@
|
||||
#!/usr/bin/python3
|
||||
import os
|
||||
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
||||
pass
|
||||
os.chdir("appimage")
|
||||
ret = os.system("appimage-builder --recipe AppImageBuilder.yml --skip-test")
|
||||
if ret == 0:
|
||||
print("RustDesk AppImage build success :)")
|
||||
print("Check AppImage in '/path/to/rustdesk/appimage/RustDesk-VERSION-TARGET_PLATFORM.AppImage'")
|
||||
else:
|
||||
print("RustDesk AppImage build failed :(")
|
||||
|
||||
Reference in New Issue
Block a user