Skip to content

Commit

Permalink
Force x86_64 on non-universal2 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
HotaruBlaze committed Jul 17, 2023
1 parent 78addbc commit dc2a3a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ cd ../client
python3 -m pip install -r requirements.txt py2app
py2applet --make-setup app.py icon.icns "icon.png" "taskbarDark.png" "taskbarLight.png"
sed -i '' -e "s/)/ name='NSO-RPC')/" setup.py
python3 setup.py py2app -O2
python3 setup.py py2app --arch=x86_64 -O2
open dist

0 comments on commit dc2a3a2

Please sign in to comment.