Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

Commit

Permalink
changed title
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolashajdys committed May 9, 2023
1 parent 4aa24f6 commit a638296
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "CodaBox-SyncTool",
"productName": "CodaBox SyncTool",
"productName": "CodaBox SyncTool Test",
"version": "0.3.10",
"description": "CodaBox desktop client",
"main": ".webpack/main",
Expand All @@ -25,14 +25,14 @@
"icon": "./src/main/favicon.ico",
"name": "CodaBox-SyncTool",
"win32metadata": {
"ProductName": "CodaBox SyncTool"
"ProductName": "CodaBox SyncTool Test"
}
},
"makers": [
{
"name": "@electron-forge/maker-squirrel",
"config": {
"title": "CodaBox SyncTool",
"title": "CodaBox SyncTool Test",
"iconUrl": "https://assets-cdn.codabox.com/favicon.ico",
"loadingGif": "./src/renderer/src/assets/installer.gif",
"setupIcon": "./src/main/favicon.ico"
Expand Down

0 comments on commit a638296

Please sign in to comment.