Skip to content

Commit 0ab11ad

Browse files
committed
Fix Windows postfix for changed release
1 parent 20234d8 commit 0ab11ad

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

vendor_download.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ case "$(uname -s)" in
8787
echo "Warn: Assuming $(uname -s) is Windows"
8888
ASSET_POSTFIX="windows.exe"
8989
THEMIS_ASSET_POSTFIX="windows-amd64"
90-
FICUS_ASSET_POSTFIX="x86_64-windows.exe.zip"
90+
FICUS_ASSET_POSTFIX="x86_64-pc-windows-msvc.zip"
9191
LERNIE_ASSET_POSTFIX="x86_64-windows.exe"
9292
CIRCE_ASSET_POSTFIX="x86_64-pc-windows-msvc"
9393
;;
@@ -187,6 +187,7 @@ jq -c ".assets | map({url: .url, name: .name}) | map(select($FILTER)) | .[]" $FI
187187
*)
188188
echo "Warn: Assuming $(uname -s) is Windows"
189189
unzip "$OUTPUT" ficus.exe -d vendor-bins
190+
mv vendor-bins/ficus.exe vendor-bins/ficus
190191
;;
191192
esac
192193
rm "$OUTPUT"

0 commit comments

Comments
 (0)