Skip to content

Commit b83c042

Browse files
committed
Update the updater again
This fixes the HANDLE ARGV sometimes being treated as hexadecimal, sometimes decimal
1 parent 9dbf58d commit b83c042

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

third-party/vicius.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ set(
44
)
55
file(
66
DOWNLOAD
7-
"https://github.com/fredemmott/autoupdates/releases/download/vicius-v1.7.813%2Bfredemmott.2/Updater-Release.exe"
7+
"https://github.com/fredemmott/autoupdates/releases/download/vicius-v1.7.813%2Bfredemmott.3/Updater-Release.exe"
88
${UPDATER_EXE}
9-
EXPECTED_HASH SHA256=386A226F0BE1754607F3CEAD4C242566B22D6532E6A9253A23DC666C6589265C
9+
EXPECTED_HASH SHA256=3826B6461A9B865DB9307AECED11F33B07A21A4F9A849DBAA07C9C1DE9F012AC
1010
)
1111

1212
return(PROPAGATE UPDATER_EXE)

0 commit comments

Comments
 (0)