Use 64-bit Windows build in add_omni_file
This commit is contained in:
parent
fd50a5b65e
commit
fda0fda7ac
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue