1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-11-17 12:21:00 -05:00

apparently canvas doesnt want to run on ARM

This commit is contained in:
AnxietyisReal 2023-06-25 04:01:04 +10:00
parent 6b6a512f43
commit 4db52108d2

View File

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