mirror of
https://github.com/Zagrios/bs-manager.git
synced 2026-07-03 14:08:25 +02:00
change app name and id, add uuid
This commit is contained in:
+4
-3
@@ -33,8 +33,8 @@
|
||||
"extraResources": [
|
||||
"./assets/**"
|
||||
],
|
||||
"productName": "ElectronReact",
|
||||
"appId": "org.erb.ElectronReact",
|
||||
"productName": "BSManager",
|
||||
"appId": "org.erb.BSManager",
|
||||
"asar": true,
|
||||
"asarUnpack": "**\\*.{node,dll}",
|
||||
"files": [
|
||||
@@ -244,7 +244,8 @@
|
||||
"react-router-dom": "^6.3.0",
|
||||
"regedit": "^5.1.1",
|
||||
"rxjs": "^7.5.5",
|
||||
"tailwind-scrollbar-hide": "^1.1.7"
|
||||
"tailwind-scrollbar-hide": "^1.1.7",
|
||||
"uuid": "^8.3.2"
|
||||
},
|
||||
"devEngines": {
|
||||
"node": ">=14.x",
|
||||
|
||||
Reference in New Issue
Block a user