mirror of
https://github.com/desktop/desktop
synced 2024-10-31 05:19:03 +00:00
6 lines
250 B
Bash
Executable file
6 lines
250 B
Bash
Executable file
export TARGET_ARCH=arm64
|
|
yarn install --force --ignore-scripts
|
|
npm rebuild --arch=arm64 --target_arch=arm64
|
|
cd app && yarn install --force --ignore-scripts
|
|
npm rebuild --arch=arm64 --target_arch=arm64
|
|
cd .. && git submodule update --recursive --init
|