Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion wahoomc/constants_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Binary file removed wahoomc/tooling_win/osmconvert64-0.8.8p.exe
Binary file not shown.
Binary file not shown.