Skip to content

Commit

Permalink
Set build to mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
zaSmilingIdiot committed Jun 27, 2022
1 parent 2cb9994 commit f9d9870
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "particl-desktop-testnet",
"productName": "Particl Desktop Testnet",
"name": "particl-desktop",
"productName": "Particl Desktop",
"version": "3.2.1",
"branch": "3.2",
"preRelease": "",
Expand Down Expand Up @@ -51,8 +51,8 @@
},
"build": {
"electronVersion": "19.0.4",
"appId": "io.particl.desktop.testnet",
"productName": "Particl Desktop Testnet",
"appId": "io.particl.desktop",
"productName": "Particl Desktop",
"npmRebuild": true,
"afterSign": "build/notarize.js",
"directories": {
Expand Down Expand Up @@ -125,7 +125,7 @@
"uninstallerIcon": "resources/icon.ico",
"createDesktopShortcut": "always",
"createStartMenuShortcut": true,
"menuCategory": "Particl Desktop Testnet",
"menuCategory": "Particl Desktop",
"runAfterFinish": true
},
"linux": {
Expand Down Expand Up @@ -157,11 +157,11 @@
]
}
],
"executableName": "Particl Desktop Testnet",
"executableName": "Particl Desktop",
"desktop": {
"Comment": "Particl, P2P Privacy ecosystem",
"Icon": "particl-desktop",
"Name": "Particl Desktop Testnet",
"Name": "Particl Desktop",
"StartupNotify": "true",
"Terminal": "false",
"Type": "Application",
Expand Down

0 comments on commit f9d9870

Please sign in to comment.