--Bug fixes

-Forgot to include uranium.qss in the linux AppImage installer.
This commit is contained in:
Person
2020-02-03 06:24:30 -08:00
parent 8ffa29ba57
commit 40567eb301
2 changed files with 11 additions and 5 deletions

View File

@ -20,6 +20,7 @@ NUMBER_OF_ARGS="$#"
CONFIG_PATH=~/.config/fractorium
DARK_LINUX=~/.config/fractorium/dark_linux.qss
LIGHT_DARK=~/.config/fractorium/lightdark.qss
URANIUM=~/.config/fractorium/uranium.qss
# please do not change $VENDORPREFIX as it will allow for desktop files
# belonging to AppImages to be recognized by future AppImageKit components
@ -91,6 +92,11 @@ if [ ! -e "$LIGHT_DARK" ] ; then
cp $APPDIR/usr/bin/lightdark.qss $CONFIG_PATH
fi
if [ ! -e "$URANIUM" ] ; then
mkdir -p $CONFIG_PATH
cp $APPDIR/usr/bin/uranium.qss $CONFIG_PATH
fi
check_prevent()
{
FILE=$1