Audio Quake Installer file created.
This commit is contained in:
parent
d29523316d
commit
ad0e7e3d7e
3
.install/Audio Quake.sh
Normal file
3
.install/Audio Quake.sh
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
check_architecture x86_64
|
||||||
|
download "https://michaels.world/aq-linux.zip"
|
||||||
|
unzip -d "${installPath}/AudioQuake" "${cache}/aq-linux.zip"
|
@ -515,8 +515,8 @@ game_launcher() {
|
|||||||
)
|
)
|
||||||
# Rebuild menuList from sorted entries
|
# Rebuild menuList from sorted entries
|
||||||
menuList=()
|
menuList=()
|
||||||
for entry in "${sortedList[@]}"; do
|
for i in "${sortedList[@]}"; do
|
||||||
menuList+=("${entry#*|}" "${entry%|*}")
|
menuList+=("${i#*|}" "${i%|*}")
|
||||||
done
|
done
|
||||||
# Create the menu of all games
|
# Create the menu of all games
|
||||||
selectedGame="$(dialog --backtitle "Linux Game Launcher" \
|
selectedGame="$(dialog --backtitle "Linux Game Launcher" \
|
||||||
|
Loading…
Reference in New Issue
Block a user