Move packages to main release folder instead of bin-release on Windows

This commit is contained in:
Janek Bevendorff 2017-01-29 12:53:52 +01:00
parent 34fa456106
commit dda9a95163
No known key found for this signature in database
GPG Key ID: CFEC2F6850BFFA53

View File

@ -518,7 +518,8 @@ build() {
logInfo "Compiling and packaging sources..."
make $MAKE_OPTIONS package
mv "./${APP_NAME}-${RELEASE_NAME}-"*.{exe,zip} ../bin-release
rmdir ../bin-release
mv "./${APP_NAME}-${RELEASE_NAME}-"*.{exe,zip} ../
else
logInfo "Configuring build..."
cmake -DCMAKE_BUILD_TYPE=Release -DWITH_TESTS=Off $CMAKE_OPTIONS \