From f9f36700bb41ba1748f1370ea41a4f3110e15bda Mon Sep 17 00:00:00 2001 From: qurious-pixel <62252937+qurious-pixel@users.noreply.github.com> Date: Thu, 4 Nov 2021 14:13:11 -0700 Subject: [PATCH] Update AppRun --- .github/workflows/scripts/linux/AppRun | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/scripts/linux/AppRun b/.github/workflows/scripts/linux/AppRun index a50e1d284c..6c9f84fcf0 100755 --- a/.github/workflows/scripts/linux/AppRun +++ b/.github/workflows/scripts/linux/AppRun @@ -1,14 +1,6 @@ #!/bin/bash -export LD_LIBRARY_PATH="$APPDIR/usr/lib:$LD_LIBRARY_PATH" -BINARY_NAME=$(basename "$ARGV0") -if [[ ! -e "$PWD/$BINARY_NAME.config" ]]; then - mkdir "$PWD/$BINARY_NAME.config" -fi -export XDG_CONFIG_HOME="$PWD/$BINARY_NAME.config" - ln -sf $APPDIR/usr/bin/app /tmp/PCSX2 -mkdir -p $HOME/.local/share/icons/hicolor/scalable/apps && cp $APPDIR/PCSX2.png $HOME/.local/share/icons/hicolor/scalable/apps $APPDIR/AppRun-patched