We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 986a488 commit 5808290Copy full SHA for 5808290
Makefile
@@ -3,7 +3,7 @@ LNCR_EXE=EndeavourOS.exe
3
4
DLR=curl
5
DLR_FLAGS=-L
6
-LNCR_ZIP_URL=https://github.com/yuk7/wsldl/releases/download/25031900/icons.zip
+LNCR_ZIP_URL=https://github.com/yuk7/wsldl/releases/download/`curl https://api.github.com/repos/yuk7/wsldl/releases/latest -s | jq .name -r`/icons.zip
7
LNCR_ZIP_EXE=EndeavourOS.exe
8
9
all: $(OUT_ZIP)
0 commit comments