mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-12-25 11:08:15 +03:00
2.2.2 hotfix
- updated Empathize framework to 1.4.9 it fixed the issue with reshade shaders library since now it installs to the `/opt` folder which wasn't been checked by the `Package.exists()` function
This commit is contained in:
parent
f8b75f5182
commit
a1f3f7c324
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
||||||
"check": "svelte-check --tsconfig ./tsconfig.json"
|
"check": "svelte-check --tsconfig ./tsconfig.json"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@empathize/framework": "^1.4.8",
|
"@empathize/framework": "^1.4.9",
|
||||||
"semver": "^7.3.5",
|
"semver": "^7.3.5",
|
||||||
"svelte-i18n": "^3.3.13",
|
"svelte-i18n": "^3.3.13",
|
||||||
"yaml": "^1.10.2"
|
"yaml": "^1.10.2"
|
||||||
|
|
Loading…
Reference in a new issue