Skip to content

Commit 410bafa

Browse files
authored
Merge branch 'xackery:main' into main
2 parents ee7c490 + 5202551 commit 410bafa

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
# launcheq
1+
# launcheq
2+
3+
- Go to Settings, Secrets and Variables, Actions, Varaibles, and hit the New repository variable. Add variables for:
4+
- FILELIST_URL https://raw.githubusercontent.com/xackery/launcheq/rof
5+
- PATCHER_URL https://github.com/xackery/launcheq/releases/download/latest/

client/client.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ func (c *Client) selfUpdate() error {
234234
return nil
235235
}
236236

237-
if myHash == remoteHash {
237+
if strings.ToUpper(myHash) == strings.ToUpper(remoteHash) {
238238
c.logf("Self update not needed")
239239
return nil
240240
}

0 commit comments

Comments
 (0)