Skip to content

Commit db7fa99

Browse files
authored
bugfix: fix xlings's windows bin-path issue (#23)
1 parent 8288de9 commit db7fa99

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/platform/windows.cppm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ namespace platform_impl {
4040
}
4141

4242
export inline std::string get_xlings_bin() {
43-
return get_home_dir() + "\\.xlings\\subos\\current\\bin\\xlings";
43+
return get_home_dir() + "\\.xlings\\subos\\current\\bin\\xlings.exe";
4444
}
4545

4646
export void set_env_variable(const std::string& key, const std::string& value) {

0 commit comments

Comments
 (0)