mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-07-01 05:46:06 -04:00
--Bug fixes
-Custom palettes were not being read correctly on non ANSI machines. --Code changes -Prepare files for next release.
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
|
||||
OSX_BUILD_PATH=$PWD
|
||||
FRACTORIUM_RELEASE_ROOT=$PWD/../Bin/release
|
||||
# replace 5.12.2 by your QT version, and check if the instation path is the same
|
||||
# replace 5.11.2 by your QT version, and ensure the installation path is the same
|
||||
QT_MACDEPLOY=~/Qt/5.12.2/clang_64/bin/macdeployqt
|
||||
|
||||
cd $FRACTORIUM_RELEASE_ROOT
|
||||
|
@ -22,7 +22,7 @@ do
|
||||
;;
|
||||
--*) echo "bad option $1"; exit 1
|
||||
;;
|
||||
*) echo "unrecognised argument $1"; exit 1
|
||||
*) echo "unrecognized argument $1"; exit 1
|
||||
;;
|
||||
esac
|
||||
shift
|
||||
|
@ -11,7 +11,7 @@ FRACTORIUM_PACKAGE=$BUILD_PATH/../Bin/Fractorium
|
||||
FRACTORIUM_RPM_PACKAGE=$BUILD_PATH/../Bin/rpmbuild
|
||||
EXTRA_LIBS=/usr/lib/x86_64-linux-gnu
|
||||
|
||||
# replace 5.11.2 by your QT version, and check if the instation path is the same
|
||||
# replace 5.11.2 by your QT version, and ensure the installation path is the same
|
||||
QT_PATH=/home/$USER/Dev/Qt/5.11.2/gcc_64/bin
|
||||
|
||||
LINUX_DEPLOY_QT=/home/$USER/Dev/linuxdeployqt-6-x86_64.AppImage
|
||||
@ -21,7 +21,7 @@ APP_IMAGE_TOOL=/home/$USER/Dev/appimagetool-x86_64.AppImage
|
||||
#simple check
|
||||
|
||||
if [ ! -d "$FRACTORIUM_RELEASE_ROOT" ]; then
|
||||
echo "release foulder not found. Please, build the project."
|
||||
echo "release folder not found. Please, build the project."
|
||||
exit 2
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user