Skip to content

Commit

Permalink
Add Itch.io Community to Cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
hadcl4 committed Apr 19, 2022
1 parent cb7aa59 commit c419ab1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,10 @@ def thundercloud():
command = f'python3 ~/Thunder/scp.py'
process = subprocess.Popen(command, stdout=subprocess.PIPE, stderr=subprocess.PIPE, shell=True)
def thunderclient():
command = f''+browser+' steamcommunity.com/chat'
command = f''+browser+' https://steamcommunity.com/chat'
process = subprocess.Popen(command, stdout=subprocess.PIPE, stderr=subprocess.PIPE, shell=True)
def itchchat():
command = f''+browser+' https://itch.io/community'
process = subprocess.Popen(command, stdout=subprocess.PIPE, stderr=subprocess.PIPE, shell=True)
def setup_game():
command = f'x-terminal-emulator -e "/home/$USER/Thunder/thunder-cli --setup"'
Expand Down Expand Up @@ -778,7 +781,7 @@ def librarydown():
[ ["Configuration", config], ["Update Thunder", thunder_update], ["System Info (config.txt)", system], ["System Info (all platforms)", sysinfo], ["Game Database", game_collection], ["ThunderStore", store], ["Web Browser", webbrowser], ["Exit Thunder", exit_thunder] ],
[ ["Add Game...", addgame_all], ["Add Source...", source_add], ["Run Setup...", setup_game], ["Create Desktop Shortcut...", create_short], ["Browse Games on Steam", steambrowser], ["Browse Games on Itch.io", itchbrowser], ["Browse Games on GOG.com", gogbrowser] ],
[ ["Help", manual], ["License", lic], ["Docs (less)", thunder_docs], ["Docs (html)", thunder_doc_html], ["View Thunder on GitHub", viewrepo] ],
[ ["ThunderCloud Data Transfer", cloud_cli], ["Steam Chat", thunderclient] ], # This needs some work!
[ ["ThunderCloud Data Transfer", cloud_cli], ["Steam Chat", thunderclient], ["Itch.io Community", itchchat] ], # This needs some work!
[ ["Dolphin-Emu", dolphin_emu], ["PCSX Reloaded", pcsxr], ["melonDS_Pi", melonds], ["Mednagui", mednagui], ["PPSSPP", ppsspp], ["mGBA", mgba] ]
])

Expand Down

0 comments on commit c419ab1

Please sign in to comment.