mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-09 11:27:32 -03:00
cmdline commit
This commit is contained in:
parent
2874c490f1
commit
ac5d28db2a
2 changed files with 1 additions and 2 deletions
|
@ -46,7 +46,6 @@ cp -r -v ./files/product_logo_22.png ./temp/ &&
|
|||
cp -r -v ./files/thorium-shell ./temp/ &&
|
||||
rm -r -v ./temp/cron &&
|
||||
rm -r -v ./temp/thorium-browser &&
|
||||
rm -r -v ./temp/thorium-browser-stable &&
|
||||
|
||||
printf "\n" &&
|
||||
printf "${YEL}Building .AppImage using Thorium.yml...\n" &&
|
||||
|
|
|
@ -8,4 +8,4 @@ if [[ -f $XDG_CONFIG_HOME/thorium-flags.conf ]]; then
|
|||
fi
|
||||
|
||||
# Launch
|
||||
exec /opt/chromium.org/thorium/thorium-browser-stable $THORIUM_USER_FLAGS "$@"
|
||||
exec /opt/chromium.org/thorium/thorium-browser $THORIUM_USER_FLAGS "$@"
|
||||
|
|
Loading…
Reference in a new issue