fix: upgrade tar to ^7.5.6 version

This commit is contained in:
Fazri Gading
2026-01-30 22:24:56 +08:00
parent 1c14c3f603
commit 3e1c4aef73
2 changed files with 44 additions and 874 deletions

867
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -55,7 +55,7 @@
"dotenv": "^17.2.3", "dotenv": "^17.2.3",
"electron-updater": "^6.7.3", "electron-updater": "^6.7.3",
"fs-extra": "^11.3.3", "fs-extra": "^11.3.3",
"tar": "^6.2.1", "tar": "^7.5.7",
"uuid": "^9.0.1" "uuid": "^9.0.1"
}, },
"overrides": { "overrides": {
@@ -77,59 +77,24 @@
".env" ".env"
], ],
"win": { "win": {
"target": [
{
"target": "nsis", "target": "nsis",
"arch": [
"x64",
"arm64"
]
}
],
"icon": "build/icon.ico" "icon": "build/icon.ico"
}, },
"linux": { "linux": {
"target": [ "target": [
{ "AppImage",
"target": "AppImage", "deb",
"arch": [ "rpm"
"x64",
"arm64"
]
},
{
"target": "deb",
"arch": [
"x64",
"arm64"
]
},
{
"target": "rpm",
"arch": [
"x64",
"arm64"
]
}
], ],
"icon": "build/icon.png", "icon": "build/icon.png",
"category": "Game" "category": "Game"
}, },
"mac": { "mac": {
"target": [ "target": [
{ "dmg",
"target": "dmg", "zip"
"arch": [
"universal"
]
},
{
"target": "zip",
"arch": [
"universal"
]
}
], ],
"arch": ["universal"],
"icon": "build/icon.icns", "icon": "build/icon.icns",
"category": "public.app-category.games" "category": "public.app-category.games"
}, },