mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-06-30 21:36:33 -04:00
--Bug fixes
-Forgot to include uranium.qss in the linux AppImage installer.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user