We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8288de9 commit db7fa99Copy full SHA for db7fa99
1 file changed
src/platform/windows.cppm
@@ -40,7 +40,7 @@ namespace platform_impl {
40
}
41
42
export inline std::string get_xlings_bin() {
43
- return get_home_dir() + "\\.xlings\\subos\\current\\bin\\xlings";
+ return get_home_dir() + "\\.xlings\\subos\\current\\bin\\xlings.exe";
44
45
46
export void set_env_variable(const std::string& key, const std::string& value) {
0 commit comments