Skip to content

Commit

Permalink
Swapped out umodel binary with a 64-bit version
Browse files Browse the repository at this point in the history
  • Loading branch information
cmbasnett committed Aug 21, 2024
1 parent ad2c14e commit 48bdea2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bdk_addon/bdk/repository/kernel.py
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ def get_addon_path() -> Path:


def get_umodel_path() -> Path:
return get_addon_path() / 'bin' / 'umodel.exe'
return get_addon_path() / 'bin' / 'umodel_64.exe'


def build_cube_map(cube_map_file_path: Path, exports_directory: Path):
Expand Down
3 changes: 0 additions & 3 deletions bdk_addon/bin/umodel.exe

This file was deleted.

3 changes: 3 additions & 0 deletions bdk_addon/bin/umodel_64.exe
Git LFS file not shown

0 comments on commit 48bdea2

Please sign in to comment.