update build

This commit is contained in:
arm64v8a
2022-12-25 09:26:44 +09:00
parent 647f20cb95
commit 255d95ef98
23 changed files with 101 additions and 138 deletions

View File

@@ -57,7 +57,7 @@ int main(int argc, char *argv[]) {
if (args.contains("-tray")) NekoRay::dataStore->flag_tray = true;
if (args.contains("-debug")) NekoRay::dataStore->flag_debug = true;
#ifdef NKR_CPP_USE_APPDATA
NekoRay::dataStore->flag_use_appdata = true;
NekoRay::dataStore->flag_use_appdata = true; // Example: Package & MacOS
#endif
#ifdef NKR_CPP_DEBUG
NekoRay::dataStore->flag_debug = true;