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 /.gitignore | |
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 '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1 +1,2 @@ -node_modules +dist/ +node_modules/ |