aboutsummaryrefslogtreecommitdiff
path: root/package.json
AgeCommit message (Collapse)Author
2021-12-31chore: Build formats (#15)v0.9.0Rémy Raes
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>
2021-12-30added a lovely man page0neGal
Simply build it with "npm run man"
2021-12-29[feat] logo displays correctly on Windows buildAlystrasz
2021-12-28Merge branch 'main' into feat/iconAlystrasz
2021-12-28added debug npm script0neGal
So you don't have to run "npx electron src/index.js --debug" every time manually...
2021-12-28[chore] setting resources folder in build configurationAlystrasz
2021-12-28[fix] running node_modules packages with npx commandAlystrasz
2021-12-27fix broken package.json0neGal
2021-12-27changed description0neGal
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.
2021-12-27added npm script for building package0neGal
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...
2021-12-25fixed description0neGal
2021-12-25basic updater/installer is now working0neGal
2021-12-25Initial commit0neGal