From 2f70b794938e530e5cc51c7a8ecdbadedd4386a5 Mon Sep 17 00:00:00 2001 From: laosb Date: Sun, 17 Aug 2025 14:03:38 +0800 Subject: [PATCH] fix: missing type field --- Scripts/info.template.json | 1 + 1 file changed, 1 insertion(+) diff --git a/Scripts/info.template.json b/Scripts/info.template.json index 9917b28..ecdafef 100644 --- a/Scripts/info.template.json +++ b/Scripts/info.template.json @@ -3,6 +3,7 @@ "artifacts": { "tailwindcss": { "version": "%VERSION%", + "type": "executable", "variants": [ { "path": "tailwindcss-%VERSION%-macos-x64/bin/tailwindcss",