1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-09-25 13:25:23 +00:00

Revert to electron 16 since 18 causes issues with proton

This commit is contained in:
tobspr
2022-06-05 21:02:14 +02:00
parent a6b707c917
commit 9c247f3756
2 changed files with 13 additions and 13 deletions

View File

@@ -11,11 +11,11 @@
},
"devDependencies": {},
"optionalDependencies": {
"shapez.io-private-artifacts": "github:tobspr/shapez.io-private-artifacts#abi-v103"
"shapez.io-private-artifacts": "github:tobspr/shapez.io-private-artifacts#abi-v99"
},
"dependencies": {
"async-lock": "^1.2.8",
"electron": "18.3.0",
"electron": "16.2.8",
"electron-window-state": "^5.0.3"
}
}