mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-13 03:28:03 +00:00
1.2.0 -> 1.1.10
This commit is contained in:
@@ -13,6 +13,7 @@ if __name__ == '__main__':
|
||||
version = get_version()
|
||||
os.chdir("appimage")
|
||||
os.system("sed -i 's/^Version=.*/Version=%s/g' rustdesk.desktop" % version)
|
||||
os.system("sed -i 's/^ version: .*/ version: %s/g' AppImageBuilder.yml" % version)
|
||||
# build appimage
|
||||
ret = os.system("appimage-builder --recipe AppImageBuilder.yml --skip-test")
|
||||
if ret == 0:
|
||||
|
||||
Reference in New Issue
Block a user