Skip to content

Commit

Permalink
fix GOG install failures
Browse files Browse the repository at this point in the history
  • Loading branch information
alkazar committed Jul 22, 2024
1 parent b458735 commit 3ba4d9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chimera_app/platforms/gog.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import shutil
import chimera_app.context as context
from chimera_app.file_utils import ensure_directory
from chimera_app.config import CONTENT_DIR
from chimera_app.config import CONTENT_DIR, BIN_PATH
from chimera_app.shortcuts import PlatformShortcutsFile
from chimera_app.platforms.store_platform import StorePlatform, dic
from chimera_app.steam_config import status_to_collection_name
Expand Down

0 comments on commit 3ba4d9c

Please sign in to comment.