Skip to content

Commit f12fbd2

Browse files
committed
ci: upgrade rcedit to 2.0.0
hope it will fix some mystery Windows 10 CMD problem #179
1 parent d80cf5b commit f12fbd2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ build_msys () {
8383
RCEDIT_LICENSE="./s/usr/windows/rcedit-LICENSE"
8484
if [ ! -f "$RCEDIT" ]; then
8585
set -x
86-
curl -o "$RCEDIT" -L https://github.com/electron/rcedit/releases/download/v1.1.1/rcedit-x64.exe
86+
curl -o "$RCEDIT" -L https://github.com/electron/rcedit/releases/download/v2.0.0/rcedit-x64.exe
8787
curl -o "$RCEDIT_LICENSE" -L https://raw.githubusercontent.com/electron/rcedit/master/LICENSE
8888
set +x
8989
fi

s/usr/windows/icon.lisp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
(defun set-icon (app-icon)
77

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

0 commit comments

Comments
 (0)