This repository was archived by the owner on Sep 4, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 34
Build for macOS
Cutls edited this page Dec 7, 2022
·
9 revisions
You must run on macOS machine.
git clone https://github.com/cutls/TheDesk
cd TheDesk/app
yarn install
yarn build --unnotarizeIt builds as a universal package, so run natively both on x64(intel Mac) and arm64(M1 Mac). To skip, use --skipUniversal
--withX64 and --withArm64 gives you a build only for the choosen system.
Requires XCode(XCode Command Line Tools) to use iTunes NowPlaying
Built assets should be notarized after building by expensive Apple Developer user. To disable it, run with --unnotarize
you add option someOption...
Run yarn build --someOption
-
unnotarize
Without notarize