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

Build for multiple platforms on a single machine

Cutls edited this page Apr 14, 2021 · 3 revisions
yarn build --windows

to make assets for Windows on other OS.

yarn build --linux

to make assets for Linux on other OS.

In default, building for itself OS is automatically made. To skip, run with --skipWindows, --skipLinux, --skipMacOS

macOS assets cannot be made on other OS.