-
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0c5daa2
commit dca64fa
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
## Building the application. | ||
Install Node.js 20 on your machine and go to the project root and run following command: | ||
``` | ||
npm run install | ||
``` | ||
In order to generate the executables run following command: | ||
``` | ||
npm run package | ||
``` | ||
To generate executables for all platforms run this: | ||
``` | ||
npm run package-all | ||
``` | ||
|
||
Note: Executables can be found in `release/build` folder. | ||
|
||
## Customizing the application | ||
- Localization is located on `src/renderer/i18n` folder. | ||
- App configuration can be found on `src/renderer/config` folder |