Skip to content

Commit

Permalink
Fix escape
Browse files Browse the repository at this point in the history
  • Loading branch information
graphemecluster committed Dec 3, 2024
1 parent 99701f3 commit f30e072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/package-windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export rime_dir=data
mkdir ../resource
wget https://raw.githubusercontent.com/rime/weasel/refs/tags/${WEASEL_VERSION}/resource/weasel.ico -P ../resource
wget https://raw.githubusercontent.com/rime/weasel/refs/tags/${WEASEL_VERSION}/output/install.nsi
makensis.exe /DWEASEL_VERSION=$WEASEL_VERSION /DPRODUCT_VERSION=$WEASEL_VERSION install.nsi
makensis.exe //DWEASEL_VERSION=$WEASEL_VERSION //DPRODUCT_VERSION=$WEASEL_VERSION install.nsi

# Rename the installer
for file in archive/*.exe; do
Expand Down

0 comments on commit f30e072

Please sign in to comment.