Skip to content

Commit

Permalink
Correct directory name
Browse files Browse the repository at this point in the history
  • Loading branch information
graphemecluster committed Dec 9, 2024
1 parent ef8a3ba commit 996cc71
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 @@ -43,6 +43,6 @@ mkdir archives
makensis.exe //DWEASEL_VERSION=$WEASEL_VERSION //DPRODUCT_VERSION=$WEASEL_VERSION install.nsi

# Rename the installer
for file in archive/*.exe; do
for file in archives/*.exe; do
mv "$file" "${file/installer/rime-cantonese}"
done

0 comments on commit 996cc71

Please sign in to comment.