1 parent f47a5b3 commit 6df273fCopy full SHA for 6df273f
1 file changed
scripts/make.js
@@ -30,6 +30,9 @@ const cfg_common = {
30
const makeApp = async () => {
31
await builder.build({
32
//targets: Platform.MAC.createTarget(),
33
+ //mac: ['default'], // ['default', 'mas'],
34
+ //win: ['nsis:ia32', 'nsis:x64', 'portable:ia32'],
35
+ //linux: ['zip:x64', 'AppImage:x64'],
36
config: {
37
...cfg_common,
38
mac: {
0 commit comments