Skip to content

Commit

Permalink
update mainjs script name from sq
Browse files Browse the repository at this point in the history
  • Loading branch information
reloxx13 committed Oct 28, 2022
1 parent d544432 commit a538610
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions QuestAssetGenerator.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
from PIL import Image
from github import Github # pip install PyGithub

MAIN_JS_FILENAME = 'main.ba458ff760b95fff.js' # from sidequest hp

# Temporary directory for scratch space
TEMP_DIR = '__temp__'
LATEST_RELASE_DIR = 'latest_release'
Expand Down Expand Up @@ -241,6 +243,7 @@ def get_sidequest_categories():
# mainjs_url = "https://sidequestvr.com/main.js" # this has the categories in it, deprecated unknown date
# mainjs_url = "https://sidequestvr.com/main-es2015.js" # this has the categories in it, deprecated ~2022-10-01
mainjs_url = "https://sidequestvr.com/main.c62fb63e7fb1f49d.js" # this has the categories in it
mainjs_url = "https://sidequestvr.com/" + MAIN_JS_FILENAME # this has the categories in it

# if (os.path.isdir(get_cache_file(SIDEQUEST_DIR))):
# shutil.rmtree(get_cache_file(SIDEQUEST_DIR))
Expand Down
1 change: 1 addition & 0 deletions main.ba458ff760b95fff.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion main.c62fb63e7fb1f49d.js

This file was deleted.

0 comments on commit a538610

Please sign in to comment.