mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-03 20:47:37 +03:00
Copy windows binaries to release-bin directory
This commit is contained in:
parent
b7180893c6
commit
c043be3aa4
1 changed files with 4 additions and 6 deletions
10
release-tool
10
release-tool
|
@ -481,12 +481,11 @@ build() {
|
|||
cmake -DCMAKE_BUILD_TYPE=Release -DWITH_TESTS=Off -G"MSYS Makefiles" \
|
||||
-DCMAKE_INSTALL_PREFIX="${INSTALL_PREFIX}" $CMAKE_OPTIONS "$SRC_DIR"
|
||||
|
||||
logInfo "Compiling sources..."
|
||||
make $MAKE_OPTIONS
|
||||
logInfo "Compiling and packaging sources..."
|
||||
make $MAKE_OPTIONS package
|
||||
|
||||
logInfo "Bundling binary packages..."
|
||||
make package
|
||||
else
|
||||
mv "./${APP_NAME}-${RELEASE_NAME}-"*.{exe,zip} ../bin-release
|
||||
else
|
||||
logInfo "Configuring build..."
|
||||
cmake -DCMAKE_BUILD_TYPE=Release -DWITH_TESTS=Off $CMAKE_OPTIONS \
|
||||
-DCMAKE_INSTALL_PREFIX="${INSTALL_PREFIX}" "$SRC_DIR"
|
||||
|
@ -497,7 +496,6 @@ build() {
|
|||
logInfo "Installing to bin dir..."
|
||||
make DESTDIR="${OUTPUT_DIR}/bin-release" install/strip
|
||||
|
||||
|
||||
logInfo "Creating AppImage..."
|
||||
${SRC_DIR}/AppImage-Recipe.sh "$APP_NAME" "$RELEASE_NAME"
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue