-
-
Notifications
You must be signed in to change notification settings - Fork 10
Building
Yuuto edited this page Nov 23, 2024
·
5 revisions
To build the app you simply need to run the command yarn build
. You can change the bin/build.js
file to your needs if necessary.
Note
You can use the command yarn build <os>
, replacing <os>
by windows
, macos
or linux
, depending on which OS you are building.
On macOS you need to install the package rpm
. Install it with brew install rpm
.