Skip to content

Commit

Permalink
bumped rootbuilder
Browse files Browse the repository at this point in the history
  • Loading branch information
Kezyma committed Jan 2, 2022
1 parent c6367de commit ed23461
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 63 deletions.
9 changes: 5 additions & 4 deletions directory/plugins/rootbuilder.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"DataPath": [ "data/rootbuilder" ]
},
{
"Version": "4.3.2b",
"Released": "2021-12-24",
"Version": "4.3.3b",
"Released": "2022-01-02",
"MinSupport": "2.4.0",
"MaxSupport": "2.5.0.0-qt6dev4",
"MinWorking": "2.4.0",
Expand All @@ -34,9 +34,10 @@
"(4.3.1) Removed 'always on top' flag.",
"(4.3.1) Fixed issues with MO 2.5.0 support.",
"(4.3.1) Improved error handling.",
"(4.3.2) Fixed a bug where autobuild would sometimes stop working after launching certain apps with redirect."
"(4.3.2) Fixed a bug where autobuild would sometimes stop working after launching certain apps with redirect.",
"(4.3.3) Added experimental root mod installer plugin. Disabled by default."
],
"DownloadUrl": "https://github.com/Kezyma/ModOrganizer-Plugins/releases/download/rootbuilder/rootbuilder.4.3.1.zip",
"DownloadUrl": "https://github.com/Kezyma/ModOrganizer-Plugins/releases/download/rootbuilder/rootbuilder.4.3.3.zip",
"PluginPath": [ "rootbuilder" ],
"LocalePath": [],
"DataPath": [ "data/rootbuilder" ]
Expand Down
58 changes: 0 additions & 58 deletions src/rootbuilder/plugins/tst.py

This file was deleted.

2 changes: 1 addition & 1 deletion src/rootbuilder/rootbuilder_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
class RootBuilderPlugin(SharedPlugin):

def __init__(self):
super().__init__("RootBuilder", "Root Builder", mobase.VersionInfo(4, 3, 2, mobase.ReleaseType.BETA))
super().__init__("RootBuilder", "Root Builder", mobase.VersionInfo(4, 3, 3, mobase.ReleaseType.BETA))

def init(self, organiser=mobase.IOrganizer):
self.rootBuilder = RootBuilder(organiser)
Expand Down

0 comments on commit ed23461

Please sign in to comment.