Update extract_appimage.sh

This commit is contained in:
Alexander David Frick 2022-09-08 13:50:13 -05:00 committed by GitHub
parent 9477d31ebc
commit 1684f5288d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ try() { "$@" || die "${RED}Failed $*"; }
# --help
displayHelp () {
printf "\n" &&
printf "${bold}${GRE}Script to extract Thorium .appimage on Linux.${c0}\n" &&
printf "${bold}${GRE}Script to extract Thorium .AppImage on Linux.${c0}\n" &&
printf "${bold}${YEL}Please run build_appimage.sh in this directory before running.${c0}\n" &&
printf "\n"
}