Skip to content

Commit

Permalink
Fix program
Browse files Browse the repository at this point in the history
  • Loading branch information
matanki-saito committed Jan 24, 2023
1 parent ff66336 commit 7cbb6ad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions angelica.py
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,10 @@ def uninstaller(uninstall_info_list):
base_path = __(get_my_documents_folder(),
"Paradox Interactive",
info['game_dir_name'])

if os.path.exists(base_path) is False:
continue

# Modダウンローダーをuninstallモードで起動
if os.path.exists(__(base_path, "claes.exe")):
logger.info('claes uninstall mode')
Expand Down

0 comments on commit 7cbb6ad

Please sign in to comment.