MISC: codacy fixes

This commit is contained in:
qurious-pixel 2021-11-08 05:55:11 -08:00 committed by refractionpcsx2
parent 231b8e9481
commit d0de8d22fe
1 changed files with 1 additions and 1 deletions

View File

@ -7,4 +7,4 @@ if [[ ! -e "$PWD/$BINARY_NAME.config" ]]; then
fi fi
export XDG_CONFIG_HOME="$PWD/$BINARY_NAME.config" export XDG_CONFIG_HOME="$PWD/$BINARY_NAME.config"
mkdir -p $HOME/.local/share/icons/hicolor/scalable/apps && cp $APPDIR/PCSX2.png $HOME/.local/share/icons/hicolor/scalable/apps mkdir -p "$HOME"/.local/share/icons/hicolor/scalable/apps && cp "$APPDIR"/PCSX2.png "$HOME"/.local/share/icons/hicolor/scalable/apps