Skip to content

Commit

Permalink
fix: wrong tclkit version for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
VitoVan committed Sep 25, 2022
1 parent 9a094b9 commit 0a78539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ then
if [ ! -f "$TCLKIT" ]; then
# get the not-UPX-ed version, to change icon with Resource Hacker
wget -O $TCLKIT \
https://github.com/VitoVan/kitgen/releases/download/continuous-windows/windows-tclkit-gui.ex
https://github.com/VitoVan/kitgen/releases/download/8.6.12/$OS-tclkit-gui$EXE
fi
mkdir -p out/tmp
cp ./bin/color-picker.exe ./out/tmp/color-picker.exe
Expand Down

0 comments on commit 0a78539

Please sign in to comment.