Skip to content

Commit

Permalink
ci: upgrade rcedit to 2.0.0
Browse files Browse the repository at this point in the history
hope it will fix some mystery Windows 10 CMD problem #179
  • Loading branch information
VitoVan committed Aug 6, 2024
1 parent d80cf5b commit f12fbd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ build_msys () {
RCEDIT_LICENSE="./s/usr/windows/rcedit-LICENSE"
if [ ! -f "$RCEDIT" ]; then
set -x
curl -o "$RCEDIT" -L https://github.com/electron/rcedit/releases/download/v1.1.1/rcedit-x64.exe
curl -o "$RCEDIT" -L https://github.com/electron/rcedit/releases/download/v2.0.0/rcedit-x64.exe
curl -o "$RCEDIT_LICENSE" -L https://raw.githubusercontent.com/electron/rcedit/master/LICENSE
set +x
fi
Expand Down
2 changes: 1 addition & 1 deletion s/usr/windows/icon.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
(defun set-icon (app-icon)

(let ((rcedit-bin (merge-pathnames "s/usr/windows/rcedit.exe" *calm-env-calm-home*))
(rcedit-url "https://github.com/electron/rcedit/releases/download/v1.1.1/rcedit-x64.exe")
(rcedit-url "https://github.com/electron/rcedit/releases/download/v2.0.0/rcedit-x64.exe")
(old-sbcl (merge-pathnames "sbcl/bin/sbcl.exe" *calm-env-calm-home*))
(new-sbcl (merge-pathnames "sbcl/bin/sbcl-with-icon.exe" *calm-env-calm-home*))
(calm-no-console (merge-pathnames "calmNoConsole.exe" *calm-env-calm-home*)))
Expand Down

0 comments on commit f12fbd2

Please sign in to comment.