File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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* )))
You can’t perform that action at this time.
0 commit comments