There is a technical limitation where pypresence is trying to enumerate the available pipes in \\?\pipe\ but this is crashing because Wine doesn't properly support enumerating the \\?\pipe\ namespace. This causes pypresence to crash when trying to discover Discord IPC pipes.
7 lines
327 B
Bash
7 lines
327 B
Bash
#Disable
|
|
download "https://nibblenerds.com/static/blades_of_glory.zip"
|
|
install_wine_bottle
|
|
install_with_progress unzip "Extracting game files..." -d "$WINEPREFIX/drive_c/Program Files/Blades of Glory" "${cache}/blades_of_glory.zip"
|
|
install_discord_rpc_bridge
|
|
add_launcher "c:\Program Files\Blades of Glory\blades_of_glory.exe"
|