Merge pull request #1767 from Kingtous/master

opt: flutter nightly build
This commit is contained in:
RustDesk
2022-10-21 14:47:08 +08:00
committed by GitHub
3 changed files with 49 additions and 30 deletions

View File

@@ -216,7 +216,7 @@ def build_flutter_windows(version):
else:
os.rename("./target/release/rustdesk-portable-packer.exe", "./rustdesk_portable.exe")
print(f"output location: {os.path.abspath(os.curdir)}/rustdesk_portable.exe")
os.system(f"cp -rf ./rustdesk_portable.exe ./rustdesk-{version}-install.exe")
os.rename("./rustdesk_portable.exe", f"./rustdesk-{version}-install.exe")
print(f"output location: {os.path.abspath(os.curdir)}/rustdesk-{version}-install.exe")
def main():