Skip to content

Commit 6df273f

Browse files
committed
update make script.
1 parent f47a5b3 commit 6df273f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

scripts/make.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ const cfg_common = {
3030
const makeApp = async () => {
3131
await builder.build({
3232
//targets: Platform.MAC.createTarget(),
33+
//mac: ['default'], // ['default', 'mas'],
34+
//win: ['nsis:ia32', 'nsis:x64', 'portable:ia32'],
35+
//linux: ['zip:x64', 'AppImage:x64'],
3336
config: {
3437
...cfg_common,
3538
mac: {

0 commit comments

Comments
 (0)