Skip to content

Commit

Permalink
fix: add mac flag to release command
Browse files Browse the repository at this point in the history
  • Loading branch information
Markkop committed Aug 4, 2023
1 parent ba3ff25 commit d663883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"transpile": "babel src --out-dir build",
"pack": "electron-builder --dir",
"build": "yarn transpile && electron-builder",
"release": "yarn transpile && electron-builder --win --linux"
"release": "yarn transpile && electron-builder --win --linux --mac"
},
"keywords": [
"youtube-dl",
Expand Down

0 comments on commit d663883

Please sign in to comment.