Disable Blades of Glory for now.

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.
This commit is contained in:
2025-11-09 12:54:57 -05:00
parent 01eb1f3e1a
commit 73126910ec
2 changed files with 17 additions and 3 deletions

View File

@@ -1,3 +1,4 @@
#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"