Skip to content

Commit ce5f4a1

Browse files
authored
Fix LNCR_URL
1 parent 5808060 commit ce5f4a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ LNCR_EXE=Amazon2.exe
33

44
DLR=curl
55
DLR_FLAGS=-L
6-
LNCR_URL=https://github.com/yuk7/wsldl/releases/download/21082800/Launcher.exe
6+
LNCR_URL=https://github.com/yuk7/wsldl/releases/download/21082800/wsldl.exe
77

88
all: $(OUT_ZIP)
99

@@ -50,4 +50,4 @@ clean:
5050
-rm rootfs.tar.gz
5151
-sudo rm -r rootfs
5252
-rm base.tar
53-
-docker rmi amazonlinux:2.0.20210721.2
53+
-docker rmi amazonlinux:2.0.20210721.2

0 commit comments

Comments
 (0)