Skip to content

Commit

Permalink
Add "build:linux" script
Browse files Browse the repository at this point in the history
  • Loading branch information
th-ch committed Dec 2, 2020
1 parent be7e6e4 commit 1b54b19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"postinstall": "yarn run icon && yarn run plugins",
"clean": "rimraf dist",
"build": "yarn run clean && electron-builder --win --mac --linux",
"build:linux": "yarn run clean && electron-builder --linux",
"build:mac": "yarn run clean && electron-builder --mac",
"build:win": "yarn run clean && electron-builder --win",
"plugins": "yarn run plugin:adblocker && yarn run plugin:autoconfirm",
Expand Down

0 comments on commit 1b54b19

Please sign in to comment.