From 35e3f220fa80e1742a1c2d93a6d8e206baefdc5c Mon Sep 17 00:00:00 2001 From: yuk7 Date: Mon, 4 Jun 2018 18:08:32 +0900 Subject: [PATCH] env.sh: update launcher to 18060400 --- env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/env.sh b/env.sh index 80db44c..55c1143 100644 --- a/env.sh +++ b/env.sh @@ -10,7 +10,7 @@ FRTCP_VER="1.22-1" FRTCP_FN="fakeroot-tcp-${FRTCP_VER}-${ARCH}.pkg.tar.xz" FRTCP_URL="https://github.com/yuk7/arch-prebuilt/releases/download/${FRTCP_BLD}/${FRTCP_FN}" -LNCR_BLD="18051900" +LNCR_BLD="18060400" LNCR_ZIP="icons.zip" LNCR_FN="Arch.exe" LNCR_URL="https://github.com/yuk7/WSL-DistroLauncher/releases/download/${LNCR_BLD}/${LNCR_ZIP}"