aboutsummaryrefslogtreecommitdiffstats
path: root/conf.lua
diff options
context:
space:
mode:
authorgarret <garret@airmail.cc>2022-11-20 07:12:31 +0000
committergarret <garret@airmail.cc>2022-11-20 07:12:31 +0000
commit8a4ef87a52fe1c9dbd454caad251ed0bc39edde4 (patch)
tree9bc89f6d439c4213f789dfc11483e266978931dd /conf.lua
parentb912894858795d3ee8345155ae57edb0e1415759 (diff)
downloaddepctrl-feedmaker-8a4ef87a52fe1c9dbd454caad251ed0bc39edde4.tar.gz
depctrl-feedmaker-8a4ef87a52fe1c9dbd454caad251ed0bc39edde4.tar.bz2
depctrl-feedmaker-8a4ef87a52fe1c9dbd454caad251ed0bc39edde4.zip
update sample config
less of a sample and more just what i used to test this lol
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