cmdline commit

This commit is contained in:
Alexander Frick 2023-03-02 06:37:45 -06:00
parent ac5d28db2a
commit 502b3255fe
2 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
# Copyright (c) 2022 Alex313031
# Copyright (c) 2023 Alex313031
# Official Thorium builds can be downloaded from https://github.com/Alex313031/Thorium/releases
app: Thorium
appId: "org.chromium.Thorium"

View file

@ -1,6 +1,6 @@
#!/bin/bash
# Copyright (c) 2022 Alex313031.
# Copyright (c) 2023 Alex313031.
YEL='\033[1;33m' # Yellow
RED='\033[1;31m' # Red
@ -74,6 +74,6 @@ rm -r -v -f ./Thorium/ &&
rm -r -v -f ./temp/ &&
printf "\n" &&
printf "${GRE}Done! ${YEL}AppImage at //out/thorium*.AppImage\n" &&
printf "${GRE}Done! ${YEL}AppImage at //out/Thorium*.AppImage\n" &&
printf "\n" &&
tput sgr0