diff options
author | 0neGal <mail@0negal.com> | 2021-12-27 17:26:24 +0100 |
---|---|---|
committer | 0neGal <mail@0negal.com> | 2021-12-27 17:29:15 +0100 |
commit | 41fdcc946688d86d9cde8b8e2d905cad6c36caf6 (patch) | |
tree | 7c5206261769a8fa2cf50895639da5083f26cb86 /README.md | |
parent | 4614370c24b352dbd72ac500e690a3d91f3d659e (diff) | |
download | Viper-41fdcc946688d86d9cde8b8e2d905cad6c36caf6.tar.gz Viper-41fdcc946688d86d9cde8b8e2d905cad6c36caf6.zip |
added npm script for building package
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...
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ Viper is a launcher and updater for [Northstar](https://github.com/R2Northstar/N ## How to? -Currently Viper isn't in a state where I dont have release builds ready for people to download, instead if you really do wanna play with it, you can run it with Node... Simply do as follows: +Currently Viper is in a state where I dont have release builds ready for people to download, instead if you really do wanna play with it, you can run it with Node... Simply do as follows: ```sh $ git clone https://github.com/0neGal/viper |