Skip to content

Commit

Permalink
#85: adds comments to build-intel.sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
rladstaetter committed Aug 7, 2022
1 parent d20cd64 commit 8265a3e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build-intel.sh
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
mvn clean install; open ./dist/dist-osx/installer-osx/target/installer/LogoRRR-22.2.0-x86_64.pkg
# arch has to be i386
# this can be configured by calling
# env /usr/bin/arch -x86_64 /bin/zsh --login
# on aarch64 macs
mvn clean install -T1C; open ./dist/dist-osx/installer-osx/target/installer/LogoRRR-22.2.0-x86_64.pkg

0 comments on commit 8265a3e

Please sign in to comment.