Skip to content

Commit

Permalink
Configuration: changed the name for desktop app compiling needs
Browse files Browse the repository at this point in the history
  • Loading branch information
aranggitoar committed May 27, 2022
1 parent 7d2b72d commit e1c1e2a
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "interlinear-bible-simple-editor",
"productName": "Interlinear Bible Simple Editor",
"name": "ibse",
"productName": "ibse",
"version": "0.4.0",
"description": "Interlinear Bible Simple Editor, makes Interlinear Bible translation easier!",
"description": "Interlinear Bible Simple Editor (IBSE), makes Interlinear Bible translation easier!",
"main": ".webpack/main",
"build": {
"appID": "com.byb.ibse",
"productName": "Interlinear Bible Simple Editor",
"productName": "ibse",
"icon": "./build/assets/icons/dove.ico"
},
"scripts": {
Expand All @@ -27,6 +27,8 @@
"forge": {
"forge": {
"packagerConfig": {
"name": "ibse",
"executableName": "ibse",
"icon": "./build/assets/icons/dove.ico"
}
},
Expand All @@ -35,7 +37,7 @@
{
"name": "@electron-forge/maker-squirrel",
"config": {
"name": "IBSE"
"name": "ibse"
}
},
{
Expand Down

0 comments on commit e1c1e2a

Please sign in to comment.