Skip to content

Commit

Permalink
updating data
Browse files Browse the repository at this point in the history
  • Loading branch information
tnrich committed Sep 24, 2021
1 parent 7d65d69 commit 494c832
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ove-electron",
"version": "1.2.11",
"version": "1.2.12",
"description": "An open source vector or plasmid editor",
"main": "main.js",
"scripts": {
Expand All @@ -17,22 +17,22 @@
},
"build": {
"appx": {
"identityName": "Teselagen.OpenVectorEditor",
"identityName": "56560Teselagen.OpenVectorEditor",
"publisher": "CN=D373F92F-3481-433F-9DC5-0BE55DE5500D",
"publisherDisplayName": "Teselagen",
"applicationId": "OpenVectorEditor",
"displayName": "OpenVectorEditor"
},
"win": {
"target": "appx"
},
"productName": "OpenVectorEditor",
"publish": {
"provider": "github",
"repo": "ove-electron",
"owner": "tnrich"
},
"afterSign": "src/misc/notarize.js",
"win": {
"target": "appx"
},
"mac": {
"hardenedRuntime": true,
"gatekeeperAssess": false,
Expand Down

0 comments on commit 494c832

Please sign in to comment.