Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
th3w1zard1 committed Mar 24, 2024
1 parent 2217737 commit 29aeeec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Tools/HolocronToolset/src/toolset/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# <---JSON_START--->#{
"currentVersion": "2.2.1b20",
"toolsetLatestVersion": "2.1.2",
"toolsetLatestBetaVersion": "2.2.1b19",
"toolsetLatestBetaVersion": "2.2.1b20",
"updateInfoLink": "https://api.github.com/repos/NickHugi/PyKotor/contents/Tools/HolocronToolset/src/toolset/config.py",
"updateBetaInfoLink": "https://api.github.com/repos/NickHugi/PyKotor/contents/Tools/HolocronToolset/src/toolset/config.py?ref=bleeding-edge",
"toolsetDownloadLink": "https://deadlystream.com/files/file/1982-holocron-toolset",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ def installations(self) -> dict[str, InstallationConfig]:
)
useBetaChannel = Settings.addSetting(
"useBetaChannel",
False,
True,
)
alsoCheckReleaseVersion = Settings.addSetting(
"alsoCheckReleaseVersion",
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev-py37.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
-r Tools/HoloPatcher/recommended.txt
-r Libraries/PyKotor/requirements.txt
-r Libraries/PyKotor/recommended.txt
-r Libraries/PyKotorGL/requirements.txt
#-r Libraries/PyKotorGL/requirements.txt
#-r Libraries/PyKotorGL/optional.txt
-r Libraries/PyKotorFont/requirements.txt
# other development packages.
Expand Down

0 comments on commit 29aeeec

Please sign in to comment.