Change win64
to win-x64
in app build scripts
This commit is contained in:
parent
3ba6fbf0f7
commit
3d7ce028e9
8 changed files with 27 additions and 23 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue