Release v0.7 - Tools Hub, Engine Choice, NXM Link Handling, Native Component Install, NSF/CSF Support

This commit is contained in:
Omni
2026-06-21 21:47:48 +01:00
parent 33b3fbaed2
commit 7fff107389
483 changed files with 11150 additions and 6050 deletions
-2
View File
@@ -10,7 +10,6 @@ from .path_handler_mo2 import (
PathHandlerMO2Mixin,
TARGET_EXECUTABLES_LOWER,
STOCK_GAME_FOLDERS,
SDCARD_PREFIX,
)
from .path_handler_dxvk import PathHandlerDXVKMixin
from .path_handler_steam import PathHandlerSteamMixin
@@ -20,7 +19,6 @@ __all__ = [
'PathHandler',
'TARGET_EXECUTABLES_LOWER',
'STOCK_GAME_FOLDERS',
'SDCARD_PREFIX',
]