Skip to content

Commit 6df273f

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/make.js

+3
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)