From 8a4ef87a52fe1c9dbd454caad251ed0bc39edde4 Mon Sep 17 00:00:00 2001 From: garret Date: Sun, 20 Nov 2022 07:12:31 +0000 Subject: update sample config less of a sample and more just what i used to test this lol --- conf.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'conf.lua') diff --git a/conf.lua b/conf.lua index b1a3699..51d8e7b 100755 --- a/conf.lua +++ b/conf.lua @@ -1,7 +1,7 @@ -- untested, may or may not work local function ignore() - return feedmaker_feed ~= "main" + return script_namespace == "garret.restyler" end local conf = { @@ -14,7 +14,8 @@ local conf = { fileBaseUrl = "https://raw.githubusercontent.com/garret1317/aegisub-scripts/@{channel}/@{namespace}", scriptUrl = "@{baseUrl}", fileUrl = "@{fileBaseUrl}@{fileName}", - ignoreCondition = ignore + ignoreCondition = ignore, + channel = "release" } return conf -- cgit v1.2.3-70-g09d2