Skip to content

Commit

Permalink
chore: 构建release
Browse files Browse the repository at this point in the history
  • Loading branch information
liou666 committed Apr 3, 2023
1 parent 8a43568 commit 400ef54
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions electron-builder.json5
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
/**
* @see https://www.electron.build/configuration/configuration
*/
{
"appId": "com.liou666.polyglot",
"productName": "Polyglot",
Expand All @@ -10,6 +7,13 @@
"output": "release/${version}"
},
"files": ["dist-electron", "dist"],
"publish": [
{
"provider": "github",
"owner": "liou666",
"repo": "polyglot"
}
],
"mac": {
"artifactName": "${productName}_${version}.${ext}",
"target": ["dmg"]
Expand All @@ -29,4 +33,5 @@
"allowToChangeInstallationDirectory": true,
"deleteAppDataOnUninstall": false
}

}

0 comments on commit 400ef54

Please sign in to comment.