From 3c2e5da5556eebebba550b81eeca7a9d4d3909c4 Mon Sep 17 00:00:00 2001 From: Kyuho Lee Date: Mon, 25 May 2020 17:39:14 +0900 Subject: [PATCH] Fix manifest path --- module/module.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/module.json b/module/module.json index 668422b..cd6719b 100644 --- a/module/module.json +++ b/module/module.json @@ -20,6 +20,6 @@ ], "url": "https://github.com/ShoyuVanilla/FoundryVTT-lang-ko-KR", - "manifest": "https://raw.githubusercontent.com/ShoyuVanilla/FoundryVTT-lang-ko-KR/v0.3.3/module.json", + "manifest": "https://raw.githubusercontent.com/ShoyuVanilla/FoundryVTT-lang-ko-KR/v0.3.3/module/module.json", "download": "https://github.com/ShoyuVanilla/FoundryVTT-lang-ko-KR/releases/download/v0.3.3/release.zip" }