change app name and id, add uuid

This commit is contained in:
MathieuG-P
2022-05-26 22:25:24 +02:00
parent 66ea3e3cfd
commit 05877bab25
2 changed files with 5 additions and 5 deletions
+1 -2
View File
@@ -11934,8 +11934,7 @@
"uuid": {
"version": "8.3.2",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
"integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==",
"dev": true
"integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg=="
},
"v8-compile-cache": {
"version": "2.3.0",
+4 -3
View File
@@ -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",