1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2025-02-01 03:19:41 +11:00

apparently canvas doesnt want to run on ARM

This commit is contained in:
toast-ts 2023-06-25 04:01:04 +10:00
parent 96bcd8ffe0
commit e38705d8d1

View File

@ -16,7 +16,7 @@
],
"cpu": [
"x64",
"arm",
"!arm64",
"!mips",
"!ia32"
],