summaryrefslogtreecommitdiff
path: root/make_desktop.sh
diff options
context:
space:
mode:
Diffstat (limited to 'make_desktop.sh')
-rwxr-xr-xmake_desktop.sh7
1 files changed, 6 insertions, 1 deletions
diff --git a/make_desktop.sh b/make_desktop.sh
index 7f12b941..71b9cd7c 100755
--- a/make_desktop.sh
+++ b/make_desktop.sh
@@ -53,7 +53,12 @@ if [ -d "$i" ]; then
rm -fr app.asar
- exe asar pack app app.asar
+
+ # No idea why but asar is causing problems in windows
+ # main.js changes are not showig up. wuh? - Sep 29, 2017
+
+ #exe asar pack app app.asar
+ #read -p "Press a key to remove app dir for $i..."
#exe rm -fr app
exe cd -
#OSX ditto does a better job than zip!