Skip to content

Commit

Permalink
Tweak deb package config
Browse files Browse the repository at this point in the history
  • Loading branch information
Hal-9k1 committed Dec 5, 2024
1 parent b2b7765 commit 2cde28e
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,8 @@
"webpack-merge": "^5.9.0"
},
"build": {
"productName": "ElectronReact",
"appId": "org.erb.ElectronReact",
"productName": "Dawn",
"appId": "edu.berkeley.pioneers.Dawn",
"asar": true,
"asarUnpack": "**\\*.{node,dll}",
"files": [
Expand Down Expand Up @@ -224,10 +224,13 @@
},
"linux": {
"target": [
"AppImage"
"deb"
],
"category": "Development"
},
"deb": {
"artifactName": "${productName}_${version}_${arch}.${ext}"
},
"directories": {
"app": "release/app",
"buildResources": "assets",
Expand All @@ -238,8 +241,8 @@
],
"publish": {
"provider": "github",
"owner": "electron-react-boilerplate",
"repo": "electron-react-boilerplate"
"owner": "pioneers",
"repo": "new-dawn"
}
},
"collective": {
Expand Down

0 comments on commit 2cde28e

Please sign in to comment.