Updated dependencies (delete node_modules, npm install), included windows page script, changed to ejs (for now), initial work on the new design.
This commit is contained in:
4
package.bat
Normal file
4
package.bat
Normal file
@@ -0,0 +1,4 @@
|
||||
@echo off
|
||||
cmd /k electron-packager . WesterosCraftLauncher --overwrite --asar --platform=win32 --arch=x64 --ignore="\.git(ignore|modules)|package\.bat|node_modules|target" --out="./target" --icon="app/assets/images/WesterosSealSquare.ico"
|
||||
echo Startup canceled.
|
||||
pause
|
||||
Reference in New Issue
Block a user