mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-24 15:05:39 +00:00
INJECT_FRAMEWORK: echo typo [skip ci]
This commit is contained in:
parent
fadfaf26b9
commit
d7781cf46d
|
@ -14,7 +14,7 @@ if [ -d "$flatpak_user_installation" ]; then
|
||||||
echo "RetroDECK is installed in user mode, proceeding."
|
echo "RetroDECK is installed in user mode, proceeding."
|
||||||
app="$flatpak_user_installation"
|
app="$flatpak_user_installation"
|
||||||
elif [ -d "$flatpak_system_installation" ]; then
|
elif [ -d "$flatpak_system_installation" ]; then
|
||||||
echo "RetroDECK is installed in user mode, proceeding."
|
echo "RetroDECK is installed in system mode, proceeding."
|
||||||
app="$flatpak_system_installation"
|
app="$flatpak_system_installation"
|
||||||
else
|
else
|
||||||
echo "RetroDECK installation not found, quitting"
|
echo "RetroDECK installation not found, quitting"
|
||||||
|
|
Loading…
Reference in a new issue