diff --git a/installer/win/Symphony-x64.aip b/installer/win/Symphony-x64.aip
index 7d71dd17..54c9b440 100644
--- a/installer/win/Symphony-x64.aip
+++ b/installer/win/Symphony-x64.aip
@@ -57,7 +57,6 @@
-
@@ -69,16 +68,15 @@
-
+
-
+
-
-
+
@@ -164,7 +162,7 @@
-
+
@@ -362,7 +360,7 @@
-
+
diff --git a/package.json b/package.json
index aff1e275..5f7d045d 100644
--- a/package.json
+++ b/package.json
@@ -10,8 +10,8 @@
"demo-win": "npm run prebuild && cross-env ELECTRON_DEV=true electron . --url=file:///demo/index.html",
"demo-mac": "npm run prebuild && cross-env ELECTRON_DEV=true electron . --url=file://$(pwd)/demo/index.html",
"unpacked-mac": "npm run prebuild && npm run test && build --mac --dir",
- "unpacked-win": "npm run prebuild && npm run test && build --win --x64 --dir && npm run rename-exe",
- "unpacked-win-x86": "npm run prebuild && npm run test && build --win --ia32 --dir && npm run rename-exe",
+ "unpacked-win": "npm run prebuild && npm run test && build --win --x64 --dir",
+ "unpacked-win-x86": "npm run prebuild && npm run test && build --win --ia32",
"prebuild": "npm run rebuild && npm run browserify-preload",
"browserify-preload": "browserify -o js/preload/_preloadMain.js -x electron --insert-global-vars=__filename,__dirname js/preload/preloadMain.js",
"rebuild": "electron-rebuild -f",