diff --git a/wahoomc/constants_functions.py b/wahoomc/constants_functions.py index 012b8e3e..8f9bbbb5 100644 --- a/wahoomc/constants_functions.py +++ b/wahoomc/constants_functions.py @@ -107,7 +107,7 @@ def get_tooling_win_path(path_in_tooling_win, in_user_dir=False): if 8 * struct.calcsize("P") == 32: return os.path.join(tooling_dir, path_in_tooling_win) # 64 bit: replace with 64 in the end - return os.path.join(tooling_dir, path_in_tooling_win.replace("osmconvert", "osmconvert64-0.8.8p")) + return os.path.join(tooling_dir, path_in_tooling_win.replace("osmconvert", "osmconvert_OAM_x64-0.8.10")) # all other "toolings": concatenate with win tooling dir return os.path.join(tooling_dir, path_in_tooling_win) diff --git a/wahoomc/tooling_win/osmconvert64-0.8.8p.exe b/wahoomc/tooling_win/osmconvert64-0.8.8p.exe deleted file mode 100644 index 6598e311..00000000 Binary files a/wahoomc/tooling_win/osmconvert64-0.8.8p.exe and /dev/null differ diff --git a/wahoomc/tooling_win/osmconvert_OAM_x64-0.8.10.exe b/wahoomc/tooling_win/osmconvert_OAM_x64-0.8.10.exe new file mode 100644 index 00000000..e90ec06a Binary files /dev/null and b/wahoomc/tooling_win/osmconvert_OAM_x64-0.8.10.exe differ