File tree Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " bcml"
33authors = [" Caleb Smith" ]
4- version = " 3.10.7 "
4+ version = " 3.10.8 "
55edition = " 2021"
66readme = " docs/README.md"
77
Original file line number Diff line number Diff line change 11_MAJOR = 3
22_MINOR = 10
3- _PATCH = "7 "
3+ _PATCH = "8 "
44
55VERSION = f"{ _MAJOR } .{ _MINOR } .{ _PATCH } "
66USER_VERSION = f"""{ _MAJOR } .{ _MINOR } .{ _PATCH [0 :1 ]} {
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ def convert_old_mods(source: Path = None):
3333
3434
3535def convert_old_mod (mod : Path , delete_old : bool = False ):
36+ rules_to_info (mod / "rules.txt" , delete_old = delete_old )
3637 if (mod / "logs" ).exists ():
3738 info = parse_rules (mod / "rules.txt" )
3839 convert_old_logs (mod , info ["name" ])
Original file line number Diff line number Diff line change @@ -4,22 +4,21 @@ build-backend = "maturin"
44
55[project ]
66name = " bcml"
7- version = " 3.10.7 "
7+ version = " 3.10.8 "
88description = " A mod manager for The Legend of Zelda: Breath of the Wild"
99author = " NiceneNerd"
1010author_email =
" [email protected] " 1111license = { file = " docs/LICENSE.md" }
1212dependencies = [
1313 " botw-utils~=0.2.3" ,
14- " oead~=1.2.4" ,
14+ " cefpython3~=66.1; platform_system == 'Windows'" ,
15+ " oead~=1.2.6" ,
1516 " packaging~=21.3" ,
1617 " pythonnet~=3.0.1" ,
1718 " PyQt5; platform_system == 'Linux'" ,
18- " pyqtwebengine; platform_system == 'Linux'" ,
19- " QtPy; platform_system == 'Linux'" ,
2019 " pyqtwebengine~=5.15.2; platform_system == 'Linux'" ,
21- " cefpython3~=66.1; platform_system == 'Windows'" ,
2220 " pywebview==3.7.2" ,
21+ " QtPy; platform_system == 'Linux'" ,
2322 " requests~=2.27.1" ,
2423 " rstb>=1.2.2" ,
2524 " xxhash~=3.2" ,
Original file line number Diff line number Diff line change 11botw-utils ~= 0.2.3
2- oead ~= 1.2.0
2+ cefpython3 ~= 66.1 ; platform_system == 'Windows'
3+ oead ~= 1.2.6
34packaging ~= 21.3
45pythonnet ~= 3.0.1
56PyQt5 ; platform_system == 'Linux'
67pyqtwebengine ; platform_system == 'Linux'
7- QtPy ; platform_system == 'Linux'
8- cefpython3 ~= 66.1 ; platform_system == 'Windows'
98pywebview == 3.7.2
9+ QtPy ; platform_system == 'Linux'
1010requests ~= 2.26.0
1111rstb >= 1.2.2
1212xxhash ~= 3.2
Original file line number Diff line number Diff line change 99
1010setup (
1111 name = "bcml" ,
12- version = "3.10.7 " ,
12+ version = "3.10.8 " ,
1313 author = "NiceneNerd" ,
14141515 description = "A mod manager for The Legend of Zelda: Breath of the Wild" ,
You can’t perform that action at this time.
0 commit comments