Age | Commit message (Collapse) | Author |
|
Adds more build formats and info in the README
* [feat] adding build:windows command
* [fix] typo
* [feat] adding build:linux command
* [docs] adding enduser documentation to explain how to install Viper
* [feat] building several Linux packages on build:linux
* [fix] typo on build command
* minor corrections
Co-authored-by: 0neGal <mail@0negal.com>
|
|
Simply build it with "npm run man"
|
|
|
|
|
|
So you don't have to run "npx electron src/index.js --debug" every
time manually...
|
|
|
|
|
|
|
|
Given that I've yet to implement any other modding tools outside of the
updater and launcher the description will be changed to what it is now.
|
|
Said script builds an AppImage and an NSIS Installer for Windows. I may
make an AppX build as well, that way you can install it straight from
your browser very neatly...
|
|
|
|
|
|
|