mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-07-24 15:25:31 -04:00
Move packages to main release folder instead of bin-release on Windows
This commit is contained in:
parent
34fa456106
commit
dda9a95163
1 changed files with 2 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue