|
|
@@ -30,6 +30,9 @@ const cfg_common = {
|
|
|
const makeApp = async () => {
|
|
|
await builder.build({
|
|
|
//targets: Platform.MAC.createTarget(),
|
|
|
+ //mac: ['default'], // ['default', 'mas'],
|
|
|
+ //win: ['nsis:ia32', 'nsis:x64', 'portable:ia32'],
|
|
|
+ //linux: ['zip:x64', 'AppImage:x64'],
|
|
|
config: {
|
|
|
...cfg_common,
|
|
|
mac: {
|