Just copy for now, don't link.

This commit is contained in:
fewtarius 2022-08-28 11:37:12 -04:00
parent e1f93b351e
commit 7ad0ef9ec6
No known key found for this signature in database
GPG key ID: F4AE55305D1B8C1A

View file

@ -35,8 +35,8 @@ mksplash() {
fi
convert ${SPLASH} -rotate 270 -quality 100 -background black -resize ${SPLASH_RESOLUTION} -gravity center -extent ${SPLASH_RESOLUTION} ${1}/splashl.png
else
cp ${SPLASH} ${1}/splash
cp ${SPLASH} ${1}/splash/splashl.png
cp ${SPLASH} ${1}
cp ${SPLASH} ${1}/splashl.png
fi
}