Skip to content

Commit

Permalink
Try to fix windows bin location (#2214)
Browse files Browse the repository at this point in the history
  • Loading branch information
mewim authored Oct 14, 2023
1 parent 5646856 commit ffc39f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/pre-compiled-bins/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def collect_binaries():
shutil.copy(lib_path, os.path.join(base_dir, "kuzu_shared.lib"))
logging.info("Copied kuzu_shared.lib")
shell_path = os.path.join(workspace_root, "build", "release",
"tools", "shell", "kuzu_shell.exe")
"src", "kuzu_shell.exe")
if not os.path.exists(shell_path):
logging.error("No shell binary found")
sys.exit(1)
Expand Down

0 comments on commit ffc39f3

Please sign in to comment.