cmdline commit

This commit is contained in:
Alexander Frick 2023-03-02 06:23:45 -06:00
parent 2874c490f1
commit ac5d28db2a
2 changed files with 1 additions and 2 deletions

View file

@ -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" &&

View file

@ -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 "$@"