Use 64-bit Windows build in add_omni_file

This commit is contained in:
Dan Stillman 2023-05-27 02:32:57 -04:00
parent fd50a5b65e
commit fda0fda7ac

View file

@ -33,7 +33,7 @@ for file in $files; do
done
mac_path="$STAGE_DIR/Zotero.app/Contents/Resources"
win_path="$STAGE_DIR/Zotero_win32"
win_path="$STAGE_DIR/Zotero_win-x64"
linux_path="$STAGE_DIR/Zotero_linux-x86_64"
added=0