mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-05-10 18:06:01 +02:00
Fix create-dmg issue on macosx
This commit is contained in:
parent
a1780d43bb
commit
591d631b0d
1 changed files with 1 additions and 1 deletions
2
build.py
2
build.py
|
@ -556,7 +556,7 @@ def main():
|
|||
codesign -s "Developer ID Application: {0}" --force --options runtime ./target/release/bundle/osx/RustDesk.app/Contents/MacOS/*
|
||||
codesign -s "Developer ID Application: {0}" --force --options runtime ./target/release/bundle/osx/RustDesk.app
|
||||
'''.format(pa))
|
||||
system2('create-dmg target/release/bundle/osx/RustDesk.app')
|
||||
system2('create-dmg "RustDesk %s.dmg" "target/release/bundle/osx/RustDesk.app"' % version)
|
||||
os.rename('RustDesk %s.dmg' %
|
||||
version, 'rustdesk-%s.dmg' % version)
|
||||
if pa:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue