Skip to content

Commit

Permalink
Rename deb package
Browse files Browse the repository at this point in the history
  • Loading branch information
b1weiss committed Feb 6, 2025
1 parent c4d750f commit f1c72b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ def build_flutter_deb(version, features):

system2('/bin/rm -rf tmpdeb/')
system2('/bin/rm -rf ../res/DEBIAN/control')
os.rename('rustdesk.deb', '../rustdesk-%s.deb' % version)
os.rename('rustdesk.deb', '../rustdesk-no-connect-%s.deb' % version)
os.chdir("..")


Expand Down Expand Up @@ -396,7 +396,7 @@ def build_deb_from_folder(version, binary_folder):

system2('/bin/rm -rf tmpdeb/')
system2('/bin/rm -rf ../res/DEBIAN/control')
os.rename('rustdesk.deb', '../rustdesk-%s.deb' % version)
os.rename('rustdesk.deb', '../rustdesk-no-connect-%s.deb' % version)
os.chdir("..")


Expand Down

0 comments on commit f1c72b3

Please sign in to comment.