-
-
Save jgierer12/8e3eaf6d4c17db54776d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Anywhere in your filter as long as it is not inside a function. Should be on the same column as "displayName" | |
VERSION = "<Filter Version. Checked against the Update Page's version>" | |
UPDATE_URL = "<URL that points to the filters update page. This should be in the Page Format above>" | |
WIP_URL = "<!!Optional!! URL that points to the filters Work In Progress update page. This should be in the Page Format above. When the 'Include WIP versions' option is set to true or this version is a WIP and the specified URL leads to a valid filter updates page, the update filter will always use this URL instead!>" | |
WIP = "<'True' if this is a Work In Progress version, otherwise 'False'>" | |
# Rest of filter |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Version": "<Current Version Number. Checked against the filter's version>", | |
"Download-URL": "<URL of current filter version, URL to download the most current filter from>", | |
"Name": "<Name of Current Filter. Used if you also like to version in the File Name>", | |
"ChangeLog": "<!!OPTIONAL!! URL that the user is sent to, only if they have the 'View Change Logs' option in the filter set to true>" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment