nsis packaging
All checks were successful
Linux arm64 / Build (push) Successful in 2m16s

This commit is contained in:
2025-07-29 21:13:10 +02:00
parent 86a034a4ac
commit 7977fb976b
6 changed files with 32 additions and 10 deletions

View File

@@ -10,11 +10,13 @@
[[nodiscard]] bool resetKeybindFile(int layout);
int main() {
int main(int arc, char** args) {
std::srand(std::time(NULL));
bool everythingIsOK = true;
AssetManager::setExePath(args[0]);
// CHECK PIECES FILES
PiecesFiles pf;