summaryrefslogtreecommitdiff
path: root/make_desktop.sh
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2017-09-29 12:02:07 -0400
committerPliable Pixels <pliablepixels@gmail.com>2017-09-29 12:02:07 -0400
commitc7d27a3d1f7aedba428a0bd974fceafea3295129 (patch)
tree2d0a160bc9bf4877f677b68fddbe682bbb627fd3 /make_desktop.sh
parentb6fcd1b264856cedfacb9dec6e2348bdcfbb24cd (diff)
#542 changed packing strategy - no idea why asar is not reflecting on windows
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!