summarylogtreecommitdiffstats
path: root/electron-builder.patch
blob: 71a588ceaf56f31f76f43f42d762d8dce009e4a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- vue.config.js
+++ vue.config.js
@@ -84,6 +84,11 @@
       chainWebpackMainProcess: config => {
         config.resolve.alias.set('@', resolve(__dirname, 'src'))
       },
+      builderOptions: {
+        linux: {
+          target: 'dir'
+        }
+      }
     },
   },
 }