Add 'encoding' dependency for test

This commit is contained in:
AMIAY
2026-01-31 16:22:02 +01:00
committed by GitHub
parent 39c12c0591
commit 2db7d606bd

View File

@@ -26,6 +26,7 @@
"electron", "electron",
"auto-update", "auto-update",
"mod-manager" "mod-manager"
], ],
"maintainers": [ "maintainers": [
{ {
@@ -55,7 +56,8 @@
"electron-updater": "^6.7.3", "electron-updater": "^6.7.3",
"fs-extra": "^11.3.3", "fs-extra": "^11.3.3",
"tar": "^7.5.7", "tar": "^7.5.7",
"uuid": "^9.0.1" "uuid": "^9.0.1",
"encoding": "^0.1.13"
}, },
"build": { "build": {
"appId": "com.hytalef2p.launcher", "appId": "com.hytalef2p.launcher",