Change win64 to win-x64 in app build scripts

This commit is contained in:
Dan Stillman 2023-05-11 05:17:12 +01:00
parent 3ba6fbf0f7
commit 3d7ce028e9
8 changed files with 27 additions and 23 deletions

View file

@ -70,7 +70,7 @@ if [ "`uname`" = "Darwin" ]; then
elif [ "`uname`" = "Linux" ]; then
command="Zotero_linux-x86_64/zotero"
elif [ "`uname -o 2> /dev/null`" = "Cygwin" ]; then
command="Zotero_win64/zotero.exe"
command="Zotero_win-x64/zotero.exe"
else
echo "Unknown platform" >&2
exit 1