Better and easier build software

This commit is contained in:
2022-05-17 19:34:40 +02:00
parent 41b6470f7a
commit 30c4f6c81e
6 changed files with 2534 additions and 68 deletions

View File

@@ -10,11 +10,9 @@ A 3D Sticks Exporter for EdgeTX/OpenTX logs.
To test the program, execute the command `npm start` in the project folder.
## Build:
### Windows:
To build the program, execute the command `npm run package-win` in the project folder.
After that, open the file `installer-builder.iss` with the program [Inno Setup Compiler](https://jrsoftware.org/isdl.php#stable) and compile it.
The finished installer should be inside `<Project Folder>/output`.
To build the program, execute the command `npm run build` in the project folder.
The finished installer should be inside `<Project Folder>/dist`.
## Licence:
This project is released under the MIT license, for more information, check the [LICENSE](LICENSE.md) file.