From 7c80ca2deea9b67c435b6c9f695afd6d3bc4d2d7 Mon Sep 17 00:00:00 2001 From: Luna Date: Sun, 10 Dec 2023 13:08:19 -0500 Subject: [PATCH 1/2] charCount --- exts/charCount.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 exts/charCount.json diff --git a/exts/charCount.json b/exts/charCount.json new file mode 100644 index 0000000..7a7ffb8 --- /dev/null +++ b/exts/charCount.json @@ -0,0 +1,6 @@ +{ + "repository": "https://github.com/imlvna/moonlight-extensions.git", + "commit": "491bfc53581b5dfd1fbdb8259ac615a7425ead02", + "scripts": ["build", "repo"], + "artifact": "repo/charCount.asar" +} From 8e9b3ecf5e0cd504d9ae0458067602a0f7a0950e Mon Sep 17 00:00:00 2001 From: Luna Date: Sun, 10 Dec 2023 13:23:02 -0500 Subject: [PATCH 2/2] charCount: fix folder naming --- exts/charCount.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exts/charCount.json b/exts/charCount.json index 7a7ffb8..03e328d 100644 --- a/exts/charCount.json +++ b/exts/charCount.json @@ -1,6 +1,6 @@ { "repository": "https://github.com/imlvna/moonlight-extensions.git", - "commit": "491bfc53581b5dfd1fbdb8259ac615a7425ead02", + "commit": "a69ab4b9b09b968c228ed1ca5c44357663234170", "scripts": ["build", "repo"], "artifact": "repo/charCount.asar" }