Skip to content

Commit

Permalink
bump version, don't sign dmg itself
Browse files Browse the repository at this point in the history
[Korean/한국어]
버전 값 변경, dmg 자체는 서명하지 않음
  • Loading branch information
dropdb220 committed Mar 9, 2022
1 parent 2963725 commit d5485c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions electron-builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
},
"dmg": {
"title": "${productName}",
"artifactName": "${productName}-${version}-${arch}.dmg",
"sign": true
"artifactName": "${productName}-${version}-${arch}.dmg"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "oc-updater",
"productName": "OpenCore Updater",
"version": "1.2.2",
"version": "1.2.3",
"description": "OpenCore Updater",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit d5485c1

Please sign in to comment.