Skip to content

Commit

Permalink
Apple Silicon build cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Henri Wahl committed Aug 14, 2024
1 parent d797198 commit 1c44192
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,9 +194,9 @@ def macmain():
os.unlink(dmg_file)

# create DMG
subprocess.call(['hdiutil create -srcfolder "Nagstamon {0} Staging DMG" '
'-volname "Nagstamon {0}" -fs HFS+ -format UDRW -size 100M '
'"Nagstamon {0} uncompressed.dmg"'.format(VERSION)], shell=True)
subprocess.call([f'hdiutil create -srcfolder "Nagstamon {VERSION} Staging DMG" '
f'-volname "Nagstamon {VERSION}" -fs HFS+ -format UDRW -size 100M '
f'"Nagstamon {VERSION} uncompressed.dmg"'], shell=True)

# Compress DMG
subprocess.call([f'hdiutil convert "Nagstamon {VERSION} uncompressed".dmg '
Expand Down

0 comments on commit 1c44192

Please sign in to comment.