mirror of
https://github.com/Omni-guides/Jackify.git
synced 2026-08-14 02:23:45 +02:00
Release v0.7 - Tools Hub, Engine Choice, NXM Link Handling, Native Component Install, NSF/CSF Support
This commit is contained in:
@@ -133,6 +133,17 @@ class WorkflowMixin:
|
||||
"""
|
||||
logger.info("Starting proven working automated prefix creation workflow")
|
||||
|
||||
if download_dir is None:
|
||||
try:
|
||||
from jackify.backend.handlers.path_handler import PathHandler
|
||||
ini_path = Path(modlist_install_dir) / 'ModOrganizer.ini'
|
||||
dl_str = PathHandler().get_download_directory_linux_path(ini_path)
|
||||
if dl_str:
|
||||
download_dir = Path(dl_str)
|
||||
logger.debug(f"Resolved download_dir from ini: {download_dir}")
|
||||
except Exception as e:
|
||||
logger.debug(f"Could not resolve download_dir from ini: {e}")
|
||||
|
||||
try:
|
||||
conflict_result = self.handle_existing_shortcut_conflict(
|
||||
shortcut_name,
|
||||
|
||||
Reference in New Issue
Block a user