Loading configs asynchronously now as well as with better error logging for the user

This commit is contained in:
shockrah
2021-01-06 15:22:27 -08:00
parent 4dd168303b
commit 60aee1dc07
2 changed files with 17 additions and 10 deletions

View File

@@ -3,7 +3,7 @@
# Script to help build and run this fucking thing because apparantly npm sucks for
# projects that use cli arguments
[[ -z "$1" ]] && echo Options: run - make && exit 0
[[ -z "$1" ]] && echo Options: run \| build && exit 0
run() {
./node_modules/electron/dist/electron main.js $@