mirror of
https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck.git
synced 2026-06-13 04:04:59 +03:00
Update installation completion messages in NonSteamLaunchers.sh
Removed old progress echo statements and added new ones for installation completion.
This commit is contained in:
+11
-7
@@ -3601,13 +3601,6 @@ echo "Backup completed"
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
echo "100"
|
|
||||||
echo "# Installation Complete - Steam will now restart. Your launchers will be in your library!...Food for thought...do Jedis use Force Compatability?"
|
|
||||||
) | zenity --progress \
|
|
||||||
--title="Update Status" \
|
|
||||||
--text="Starting update...please wait..." \
|
|
||||||
--width=450 --height=350 \
|
|
||||||
--percentage=0 --auto-close || true
|
|
||||||
|
|
||||||
|
|
||||||
# Write to env_vars
|
# Write to env_vars
|
||||||
@@ -4383,4 +4376,15 @@ else
|
|||||||
echo "Symlink does not exist."
|
echo "Symlink does not exist."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
echo "100"
|
||||||
|
echo "# Installation Complete - Your launchers will be in your library!...Food for thought...do Jedis use Force Compatability?"
|
||||||
|
) | zenity --progress \
|
||||||
|
--title="Update Status" \
|
||||||
|
--text="Starting update...please wait..." \
|
||||||
|
--width=450 --height=350 \
|
||||||
|
--percentage=0 --auto-close || true
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
|||||||
Reference in New Issue
Block a user