update launcher 25031900

This commit is contained in:
yuk7
2025-03-19 21:59:43 +09:00
parent 6b6b7794fd
commit 984c3e110e
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ DLR=curl
DLR_FLAGS=-L
BASE_URL=https://dl-cdn.alpinelinux.org/alpine/v3.21/releases/aarch64/alpine-minirootfs-3.21.3-aarch64.tar.gz
ROOTFS_TARBALL_CKSM_URL=${BASE_URL}.sha512
LNCR_ZIP_URL=https://github.com/yuk7/wsldl/releases/download/25030400/icons_arm64.zip
LNCR_ZIP_URL=https://github.com/yuk7/wsldl/releases/download/25031900/icons_arm64.zip
LNCR_ZIP_EXE=Alpine.exe
all: $(OUT_ZIP)

View File

@@ -5,7 +5,7 @@ DLR=curl
DLR_FLAGS=-L
BASE_URL=https://dl-cdn.alpinelinux.org/alpine/v3.21/releases/x86_64/alpine-minirootfs-3.21.3-x86_64.tar.gz
ROOTFS_TARBALL_CKSM_URL=${BASE_URL}.sha512
LNCR_ZIP_URL=https://github.com/yuk7/wsldl/releases/download/25030400/icons.zip
LNCR_ZIP_URL=https://github.com/yuk7/wsldl/releases/download/25031900/icons.zip
LNCR_ZIP_EXE=Alpine.exe
all: $(OUT_ZIP)