Skip to content
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.

Commit

Permalink
fix(build): install and use AppImageUpdaterBridge
Browse files Browse the repository at this point in the history
  • Loading branch information
antony-jr committed Jul 27, 2019
1 parent bcab451 commit 837416b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appimage/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,9 @@ git checkout tags/v1.1.2
mkdir $AUB_BUILD_DIR
cd $AUB_BUILD_DIR
cmake .. -DLOGGING_DISABLED=ON
make

make
make install

# copy qtox source
cp -r "$QTOX_SRC_DIR" "$QTOX_BUILD_DIR"
Expand All @@ -136,8 +137,7 @@ cd _build
# need to build with -DDESKTOP_NOTIFICATIONS=True for snorenotify
cmake -DDESKTOP_NOTIFICATIONS=True \
-DUPDATE_CHECK=True \
-DAPPIMAGE_UPDATER_BRIDGE_SRC_DIR="$AUB_SRC_DIR" \
-DAPPIMAGE_UPDATER_BRIDGE_BUILD_DIR="$AUB_BUILD_DIR" ../
-DAPPIMAGE_UPDATER_BRIDGE=True

make

Expand Down

0 comments on commit 837416b

Please sign in to comment.