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

Commit

Permalink
v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
daltonmenezes committed Jan 31, 2021
1 parent 40c0be0 commit b66e2e3
Show file tree
Hide file tree
Showing 2 changed files with 287 additions and 167 deletions.
34 changes: 2 additions & 32 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,8 @@
"main": "src/main/index.js",
"scripts": {
"start": "MODE=development electron-forge start",
"package": "electron-forge package",
"make": "electron-forge make",
"publish": "electron-forge publish",
"postinstall": "electron-builder install-app-deps",
"release": "electron-builder --mac --windows --linux --publish always",
"release": "electron-builder --publish always",
"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\""
},
Expand All @@ -20,33 +17,6 @@
"email": "daltonmenezes@outlook.com"
},
"license": "MIT",
"config": {
"forge": {
"packagerConfig": {},
"makers": [
{
"name": "@electron-forge/maker-squirrel",
"config": {
"name": "electron_screen_recorder"
}
},
{
"name": "@electron-forge/maker-zip",
"platforms": [
"darwin"
]
},
{
"name": "@electron-forge/maker-deb",
"config": {}
},
{
"name": "@electron-forge/maker-rpm",
"config": {}
}
]
}
},
"build": {
"appId": "com.daltonmenezes.electron-screen-recorder",
"productName": "Electron Screen Recorder",
Expand Down Expand Up @@ -86,6 +56,6 @@
"@electron-forge/maker-squirrel": "6.0.0-beta.50",
"@electron-forge/maker-zip": "6.0.0-beta.50",
"electron": "8.2.4",
"electron-builder": "^22.4.0"
"electron-builder": "^22.9.1"
}
}
Loading

0 comments on commit b66e2e3

Please sign in to comment.