1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-09-29 04:11:00 -04:00

apparently canvas doesnt want to run on ARM

This commit is contained in:
AnxietyisReal 2023-06-25 04:01:04 +10:00
parent d1dfebca97
commit 742a9a6e70

View File

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