async plugins fixed
This commit is contained in:
+8
-2
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user