We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 111b814 commit aec3ff9Copy full SHA for aec3ff9
src/build_macos.sh
@@ -1,6 +1,5 @@
1
#!/bin/bash
2
-# requires create-dmg (brew install create-dmg)
3
-python3 -m PyInstaller --target-arch=universal2 --noconfirm --windowed --name="upide" --icon=upide.icns --add-data='assets:assets' upide.py
+python3 -m PyInstaller --noconfirm --windowed --name="upide" --icon=upide.icns --add-data='assets:assets' upide.py
4
mkdir -p dist/dmg
5
rm -r dist/dmg/*
6
cp -r dist/upide.app dist/dmg
0 commit comments