async plugins fixed

This commit is contained in:
andrei-mihnea-cerbu
2024-11-12 18:05:50 +02:00
parent 4fb58b9727
commit 44df437425
22 changed files with 1690 additions and 2262 deletions
+8 -2
View File
@@ -15,6 +15,7 @@
"author": "Cerbu Andrei - Mihnea",
"license": "ISC",
"dependencies": {
"check-disk-space": "^3.4.0",
"dotenv": "^16.4.5",
"ping": "^0.4.4",
"uuid": "^10.0.0"
@@ -30,6 +31,7 @@
"copyfiles": "^2.4.1",
"del-cli": "^5.0.0",
"electron": "^33.0.2",
"node-disk-info": "^1.3.0",
"typescript": "^5.6.2"
},
"config": {
@@ -54,14 +56,18 @@
},
{
"name": "@electron-forge/maker-zip",
"platforms": ["darwin"],
"platforms": [
"darwin"
],
"config": {
"icon": "../app_icons/icon.icns"
}
},
{
"name": "@electron-forge/maker-deb",
"platforms": ["linux"],
"platforms": [
"linux"
],
"config": {
"icon": "../app_icons/icon.png"
}