added debug

This commit is contained in:
PrintedScript 2023-09-30 02:44:16 +08:00
parent 8fd7fa2889
commit 3caf9df527
1 changed files with 1 additions and 0 deletions

View File

@ -485,6 +485,7 @@ x-scheme-handler/syntax-player=syntax-player.desktop
}
}
let client_executable_path : PathBuf;
debug(&client_year.to_string());
if client_year == "2018" {
client_executable_path = current_version_directory.join("Client2018").join("SyntaxPlayerBeta.exe");
} else {