Skip to content

Commit

Permalink
Fix LNCR_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
yosukes-dev authored Sep 1, 2021
1 parent 5808060 commit ce5f4a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ LNCR_EXE=Amazon2.exe

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

all: $(OUT_ZIP)

Expand Down Expand Up @@ -50,4 +50,4 @@ clean:
-rm rootfs.tar.gz
-sudo rm -r rootfs
-rm base.tar
-docker rmi amazonlinux:2.0.20210721.2
-docker rmi amazonlinux:2.0.20210721.2

0 comments on commit ce5f4a1

Please sign in to comment.