BUGFIX: Electron app does not run on Linux due to incompatible glibc version and wrong usage of net.fetch (#2114)

This commit is contained in:
catloversg
2025-05-09 16:37:46 +07:00
committed by GitHub
parent 70343ca4c3
commit 290557332c
3 changed files with 9 additions and 15 deletions

View File

@@ -24,7 +24,7 @@
"buildResources": "public"
},
"dependencies": {
"@catloversg/steamworks.js": "0.0.1",
"@catloversg/steamworks.js": "0.0.2",
"electron-log": "^4.4.8",
"electron-store": "^8.1.0",
"lodash": "^4.17.21"