mirror of
https://git.sanhost.net/sanasol/hytale-f2p
synced 2026-02-26 14:01:48 -03:00
add override to ensure
nested dependencies in electron-builder are also patched against arbitrary file overwrite exploits
This commit is contained in:
@@ -40,6 +40,9 @@
|
|||||||
"tar": ">=7.5.3",
|
"tar": ">=7.5.3",
|
||||||
"uuid": "^9.0.1"
|
"uuid": "^9.0.1"
|
||||||
},
|
},
|
||||||
|
"overrides": {
|
||||||
|
"tar": "$tar"
|
||||||
|
},
|
||||||
"build": {
|
"build": {
|
||||||
"appId": "com.hytalef2p.launcher",
|
"appId": "com.hytalef2p.launcher",
|
||||||
"productName": "Hytale F2P",
|
"productName": "Hytale F2P",
|
||||||
|
|||||||
Reference in New Issue
Block a user