Skip to content

Commit

Permalink
Set KEEPASSXC_DIST_TYPE when building AppImages and Snaps
Browse files Browse the repository at this point in the history
  • Loading branch information
phoerious committed Oct 16, 2017
1 parent edca8c4 commit edec7dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion release-tool
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,8 @@ build() {
# Building on Linux without Docker container
logInfo "Configuring build..."
cmake -DCMAKE_BUILD_TYPE=Release -DWITH_TESTS=Off $CMAKE_OPTIONS \
-DCMAKE_INSTALL_PREFIX="${INSTALL_PREFIX}" "$SRC_DIR"
-DCMAKE_INSTALL_PREFIX="${INSTALL_PREFIX}" \
-DKEEPASSXC_DIST_TYPE=AppImage "$SRC_DIR"

logInfo "Compiling sources..."
make $MAKE_OPTIONS
Expand Down
1 change: 1 addition & 0 deletions snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ parts:
- -DWITH_XC_AUTOTYPE=ON
- -DWITH_XC_HTTP=ON
- -DWITH_XC_YUBIKEY=ON
- -DKEEPASSXC_DIST_TYPE=Snap
build-packages:
- g++
- libgcrypt20-dev
Expand Down

0 comments on commit edec7dc

Please sign in to comment.