aboutsummaryrefslogtreecommitdiffstats
path: root/conf.lua
diff options
context:
space:
mode:
Diffstat (limited to 'conf.lua')
-rwxr-xr-xconf.lua5
1 files changed, 3 insertions, 2 deletions
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