mirror of
https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck.git
synced 2024-11-20 16:19:19 +01:00
Delete humble-app directory
This commit is contained in:
parent
4fee1f8bdd
commit
9e5bb59a58
@ -1,6 +0,0 @@
|
|||||||
[Desktop Entry]
|
|
||||||
Name=Humble App (Login)
|
|
||||||
Comment=Target for handling Humble App logins. You should not run this manually.
|
|
||||||
Exec=/home/deck/.local/share/Steam/steamapps/compatdata/$appid/pfx/handle-humble-scheme %u
|
|
||||||
Type=Application
|
|
||||||
MimeType=x-scheme-handler/humble;
|
|
@ -1,11 +0,0 @@
|
|||||||
#!/usr/bin/env sh
|
|
||||||
|
|
||||||
set -e
|
|
||||||
|
|
||||||
export STEAM_COMPAT_CLIENT_INSTALL_PATH=~/.local/share/Steam
|
|
||||||
export STEAM_COMPAT_DATA_PATH=~/.steam/steam/steamapps/compatdata/$appid
|
|
||||||
FIXED_SCHEME="$(echo "$1" | sed "s/?/\//")"
|
|
||||||
|
|
||||||
echo $FIXED_SCHEME > /home/deck/.local/share/Steam/steamapps/compatdata/$appid/pfx/drive_c/.auth
|
|
||||||
|
|
||||||
~/.steam/steam/steamapps/common/Proton\ -\ Experimental/proton run ~/.local/share/Steam/steamapps/compatdata/$appid/pfx/start-humble.cmd
|
|
@ -1,12 +0,0 @@
|
|||||||
@echo off
|
|
||||||
|
|
||||||
cd /d "C:\Program Files\Humble App\"
|
|
||||||
set /p Url=<"C:\.auth"
|
|
||||||
|
|
||||||
if defined Url (
|
|
||||||
start "" "Humble App.exe" "%Url%"
|
|
||||||
) else (
|
|
||||||
start "" "Humble App.exe" "%*"
|
|
||||||
)
|
|
||||||
|
|
||||||
exit
|
|
Loading…
Reference in New Issue
Block a user