We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c7c809 commit 1cfcbdbCopy full SHA for 1cfcbdb
build-osx-aarch64.sh
@@ -2,12 +2,12 @@
2
3
set -e
4
5
-echo Launcher sha256sum
6
-shasum -a 256 build/libs/RuneLite.jar
7
-
8
APPBASE="build/macos-aarch64/RuneLite.app"
9
10
build() {
+ echo Launcher sha256sum
+ shasum -a 256 build/libs/RuneLite.jar
+
11
pushd native
12
cmake -DCMAKE_OSX_ARCHITECTURES=arm64 -B build-aarch64 .
13
cmake --build build-aarch64 --config Release
build-osx-x64.sh
APPBASE="build/macos-x64/RuneLite.app"
cmake -DCMAKE_OSX_ARCHITECTURES=x86_64 -B build-x64 .
cmake --build build-x64 --config Release
0 commit comments