Skip to content
This repository has been archived by the owner on May 25, 2023. It is now read-only.

Commit

Permalink
build: add windows portable release - closes #13
Browse files Browse the repository at this point in the history
  • Loading branch information
daltonmenezes committed Jan 31, 2021
1 parent 5e1cbcb commit 40c0be0
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "electron-screen-recorder",
"productName": "electron-screen-recorder",
"version": "2.0.1",
"version": "2.1.1",
"description": "A Desktop screen recorder app built using web technologies",
"main": "src/main/index.js",
"scripts": {
Expand All @@ -11,7 +11,7 @@
"publish": "electron-forge publish",
"postinstall": "electron-builder install-app-deps",
"release": "electron-builder --mac --windows --linux --publish always",
"ci:release": "git commit -am v2.0.1 && git tag v2.0.1; git push origin master && git push origin master --tags",
"ci:release": "git commit -am v2.1.1 && git tag v2.1.1; git push origin master && git push origin master --tags",
"lint": "echo \"No linting configured\""
},
"keywords": [],
Expand Down Expand Up @@ -65,6 +65,13 @@
"rpm"
],
"category": "Utilities"
},
"win": {
"target": [
"nsis",
"portable",
"zip"
]
}
},
"dependencies": {
Expand Down

0 comments on commit 40c0be0

Please sign in to comment.