mirror of
https://github.com/Novattz/creamlinux-installer.git
synced 2026-01-30 23:32:49 -05:00
Fix my dumb ahh
This commit is contained in:
@@ -303,7 +303,7 @@ def install_files(app_id, game_install_dir, dlcs, game_name):
|
|||||||
print("\nFound DLCs:")
|
print("\nFound DLCs:")
|
||||||
for idx, dlc in enumerate(dlcs, 1):
|
for idx, dlc in enumerate(dlcs, 1):
|
||||||
print(f"{idx}. {dlc['name']} (ID: {dlc['appid']})")
|
print(f"{idx}. {dlc['name']} (ID: {dlc['appid']})")
|
||||||
if input("\nProceed with installation? (Y/n): ").lower() != 'n':
|
if input("\nProceed with installation? (Y/n): ").lower() == 'n':
|
||||||
return
|
return
|
||||||
GREEN = '\033[92m'
|
GREEN = '\033[92m'
|
||||||
YELLOW = '\033[93m'
|
YELLOW = '\033[93m'
|
||||||
|
|||||||
Reference in New Issue
Block a user