build: Linux package update
create database with via commandline in packaging symlink fix in setup
This commit is contained in:
+2
-2
@@ -55,8 +55,8 @@ if [ $PLATFORM == "Windows" ]; then
|
||||
cmd //c 'mklink /d /j '.$MY_PATH.'\..\bin\app\Release\user '.$MY_PATH.'\..\bin\app\user' &
|
||||
elif [ $PLATFORM == "Linux" ]; then
|
||||
echo -e $INFO "create symbolic links for data"
|
||||
ln -s bin/app/data bin/app/Release/data
|
||||
ln -s bin/app/data bin/app/Debug/data
|
||||
ln -sr bin/app/data bin/app/Release/data
|
||||
ln -sr bin/app/data bin/app/Debug/data
|
||||
fi
|
||||
|
||||
# Setup both Debug and Release configuration
|
||||
|
||||
Reference in New Issue
Block a user