Skip to content

Commit

Permalink
tests: fix missing Steam subdirectory in paths
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kaB3rN committed Nov 29, 2024
1 parent de5b36f commit a85fb46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_offline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ url=$(curl -L "https://api.github.com/repos/Open-Wine-Components/umu-proton/rele
# Download Proton
curl -LJO "$url"

mkdir -p "$HOME"/.local/share/compatibilitytools.d "$HOME"/.local/share/umu
mkdir -p "$HOME"/.local/share/Steam/compatibilitytools.d "$HOME"/.local/share/umu

# Extract the archives
tar xaf "$name" -C "$HOME"/.local/share/compatibilitytools.d
tar xaf "$name" -C "$HOME"/.local/share/Steam/compatibilitytools.d
tar xaf SteamLinuxRuntime_sniper.tar.xz

cp -a SteamLinuxRuntime_sniper/* "$HOME"/.local/share/umu
Expand Down

0 comments on commit a85fb46

Please sign in to comment.