Skip to content

Commit

Permalink
Add back (properly) testnet by default
Browse files Browse the repository at this point in the history
  • Loading branch information
zaSmilingIdiot committed Apr 30, 2022
1 parent fc71bb4 commit ecd814a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "particl-desktop",
"name": "particl-desktop-testnet",
"productName": "Particl Desktop Testnet",
"version": "3.2.0",
"branch": "3.2",
Expand Down Expand Up @@ -51,8 +51,8 @@
},
"build": {
"electronVersion": "10.1.6",
"appId": "io.particl.desktop",
"productName": "Particl Desktop",
"appId": "io.particl.desktop.testnet",
"productName": "Particl Desktop Testnet",
"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",
"menuCategory": "Particl Desktop Testnet",
"runAfterFinish": true
},
"linux": {
Expand Down Expand Up @@ -157,11 +157,11 @@
]
}
],
"executableName": "Particl Desktop",
"executableName": "Particl Desktop Testnet",
"desktop": {
"Comment": "Particl, P2P Privacy ecosystem",
"Icon": "particl-desktop",
"Name": "Particl Desktop",
"Name": "Particl Desktop Testnet",
"StartupNotify": "true",
"Terminal": "false",
"Type": "Application",
Expand Down

0 comments on commit ecd814a

Please sign in to comment.