支持arm搜索

This commit is contained in:
2023-04-25 18:41:38 +08:00
parent f5a35a332a
commit 842f0893b3
3 changed files with 12 additions and 13 deletions

View File

@@ -7,6 +7,7 @@
QString SparkAPI::serverUrl = "";
#ifdef __x86_64__
QString SparkAPI::serverUrlDir = "store";
#elif __aarch64__
QString SparkAPI::serverUrlDir = "aarch64-store";
#endif