From cd3d19f5b24bde515a145bc7ca93c46acd397008 Mon Sep 17 00:00:00 2001 From: Yuuto <55290516+JustYuuto@users.noreply.github.com> Date: Sun, 21 Apr 2024 16:11:34 +0200 Subject: [PATCH] =?UTF-8?q?forgot=20about=20that=20=F0=9F=92=80?= =?UTF-8?q?=F0=9F=92=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/build.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.');