diff --git a/bin/build.js b/bin/build.js index bc579f1..563ba8a 100644 --- a/bin/build.js +++ b/bin/build.js @@ -38,9 +38,9 @@ const config = { builder.build({ config, - // mac: ['dmg'], + mac: ['dmg'], win: ['nsis'], - // linux: ['snap', 'deb', 'AppImage'], + linux: ['snap', 'deb', 'AppImage'], x64: true, }).then(() => { console.log('\nSetup built in the "dist" folder.');