Skip to content

Commit

Permalink
forgot about that πŸ’€πŸ’€
Browse files Browse the repository at this point in the history
  • Loading branch information
JustYuuto committed Apr 21, 2024
1 parent da07273 commit cd3d19f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.');
Expand Down

0 comments on commit cd3d19f

Please sign in to comment.