Skip to content

Commit

Permalink
Upgrade many packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mariogrip committed Dec 26, 2024
1 parent 9cce4c7 commit 9b0cca3
Show file tree
Hide file tree
Showing 5 changed files with 5,652 additions and 3,159 deletions.
3 changes: 2 additions & 1 deletion build.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
*/

const builder = require("electron-builder");
const cli = require("commander");
const { Command } = require("commander");
const cli = new Command();

const PLATFORMS = ["darwin", "win32", "linux"];
const PACKAGES = ["deb", "snap", "AppImage", "dmg", "portable", "dir"];
Expand Down
Loading

0 comments on commit 9b0cca3

Please sign in to comment.