File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 23
23
########################################################################################################################
24
24
# GLOBAL VARIABLES #####################################################################################################
25
25
26
- REPO_URL = 'https://raw.githubusercontent.com/sideeffects/SideFXEDU/Experimental /releases/releases.json'
26
+ REPO_URL = 'https://raw.githubusercontent.com/sideeffects/SideFXEDU/refs/heads/Development /releases/releases.json'
27
27
28
28
# store the major and minor version of Houdini (aka XX.YY)
29
29
APP_VERSION = "." .join (map (str , hou .applicationVersion ()[:2 ]))
@@ -535,4 +535,4 @@ def main(argv):
535
535
pass
536
536
537
537
if __name__ == "__main__" :
538
- main (sys .argv [1 :])
538
+ main (sys .argv [1 :])
You can’t perform that action at this time.
0 commit comments