mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-10 03:47:44 -03:00
cmdline commit
This commit is contained in:
parent
ac5d28db2a
commit
502b3255fe
2 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue