From e1c1e2a00b3917c9a9d42ab384f83de508df0afd Mon Sep 17 00:00:00 2001 From: aranggitoar Date: Sat, 28 May 2022 00:27:14 +0700 Subject: [PATCH] Configuration: changed the name for desktop app compiling needs --- package.json | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 346f4e5..e5ed6c8 100755 --- a/package.json +++ b/package.json @@ -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": { @@ -27,6 +27,8 @@ "forge": { "forge": { "packagerConfig": { + "name": "ibse", + "executableName": "ibse", "icon": "./build/assets/icons/dove.ico" } }, @@ -35,7 +37,7 @@ { "name": "@electron-forge/maker-squirrel", "config": { - "name": "IBSE" + "name": "ibse" } }, {