diff options
author | garret <garret@airmail.cc> | 2022-11-20 07:12:31 +0000 |
---|---|---|
committer | garret <garret@airmail.cc> | 2022-11-20 07:12:31 +0000 |
commit | 8a4ef87a52fe1c9dbd454caad251ed0bc39edde4 (patch) | |
tree | 9bc89f6d439c4213f789dfc11483e266978931dd /conf.lua | |
parent | b912894858795d3ee8345155ae57edb0e1415759 (diff) | |
download | depctrl-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-x | conf.lua | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |