From 88c09626294baf855e427085377db24725c1bdfe Mon Sep 17 00:00:00 2001 From: Alexander Frick Date: Thu, 14 Mar 2024 19:04:23 -0500 Subject: [PATCH] clarify --help lines in portable scripts --- infra/portable/make_portable_linux.sh | 2 +- infra/portable/make_portable_win.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/infra/portable/make_portable_linux.sh b/infra/portable/make_portable_linux.sh index 668b16646..e4d00b9bc 100755 --- a/infra/portable/make_portable_linux.sh +++ b/infra/portable/make_portable_linux.sh @@ -27,7 +27,7 @@ esac printf "\n" && printf "${bold}${RED}NOTE: You must place the Thorium .deb file in this directory before running.${c0}\n" && -printf "${bold}${RED} AND you must have p7zip-full and zip installed.${c0}\n" && +printf "${bold}${RED} AND you must have p7zip and zip installed.${c0}\n" && printf "\n" && read -p "Press Enter to continue or Ctrl + C to abort." diff --git a/infra/portable/make_portable_win.sh b/infra/portable/make_portable_win.sh index 71de280a9..316ad58c6 100755 --- a/infra/portable/make_portable_win.sh +++ b/infra/portable/make_portable_win.sh @@ -27,7 +27,7 @@ esac printf "\n" && printf "${bold}${RED}NOTE: You must place the Thorium .exe file in this directory before running.${c0}\n" && -printf "${bold}${RED} AND you must have p7zip-full and zip installed.${c0}\n" && +printf "${bold}${RED} AND you must have 7-Zip installed and in your PATH.${c0}\n" && printf "\n" && printf "${bold}${RED} - Make sure to rename the .zip properly as per https://github.com/Alex313031/thorium/discussions/28#discussioncomment-3031799 ${c0}\n" && printf "${bold}${RED} AND make sure to edit the THORIUM_SHELL.BAT to match the version number of this release.${c0}\n" &&