summarylogtreecommitdiffstats
path: root/build.patch
diff options
context:
space:
mode:
Diffstat (limited to 'build.patch')
-rw-r--r--build.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/build.patch b/build.patch
new file mode 100644
index 000000000000..799fc0ca48ff
--- /dev/null
+++ b/build.patch
@@ -0,0 +1,14 @@
+diff -ura electron-ssr-0.2.5/.electron-vue/release.js electron-ssr-0.2.5-new/.electron-vue/release.js
+--- electron-ssr-0.2.5/.electron-vue/build.js 2019-01-19 23:15:33.631275262 +0800
++++ electron-ssr-0.2.5-new/.electron-vue/build.js 2019-01-19 23:15:37.908378989 +0800
+@@ -46,10 +46,6 @@
+ process.stdout.write('\x1B[2J\x1B[0f')
+ console.log(`\n\n${results}`)
+ console.log(`${okayLog}take it away ${chalk.yellow('`electron-builder`')}\n`)
+- // 打包发布版本
+- release().then(function () {
+- process.exit()
+- })
+ })
+
+ pack(mainConfig).then(result => {