Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

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 --unnotarize

It 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.

Restriction with macOS build

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

Options

Usage

you add option someOption...

Run yarn build --someOption

List

  • unnotarize
    Without notarize