mirror of https://github.com/PCSX2/pcsx2.git
MISC: codacy fixes
This commit is contained in:
parent
231b8e9481
commit
d0de8d22fe
|
@ -7,4 +7,4 @@ if [[ ! -e "$PWD/$BINARY_NAME.config" ]]; then
|
|||
fi
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue