Skip to content

Commit

Permalink
Fix wrong config path in AppImage
Browse files Browse the repository at this point in the history
  • Loading branch information
fbdtemme committed Jul 26, 2021
1 parent 232ded7 commit 6515a48
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,15 +220,16 @@ jobs:
-DCMAKE_CXX_COMPILER=g++-10 \
-DTORRENTTOOLS_BUILD_TESTS=OFF \
-DDOTTORRENT_MB_CRYPTO_LIB=isal \
-DDOTTORRENT_CRYPTO_LIB=openssl
-DDOTTORRENT_CRYPTO_LIB=openssl \
-DSYSCONF_INSTALL_DIR=/etc
- name: Build
run: cmake --build cmake-build-release --target torrenttools

- name: Prepare AppDir
run: |
SRCDIR="torrenttools-${{ steps.cmake_version.outputs.cmake_project_version }}"
DESTDIR=AppDir cmake --install cmake-build-release --component torrenttools
DESTDIR=AppDir cmake --install cmake-build-release --prefix=/usr --component torrenttools
mkdir -p AppDir/usr/share/icons/256x256/apps
cp $SRCDIR/resources/icons/256x256/torrenttools.png AppDir/usr/share/icons/256x256/apps/
mkdir -p AppDir/usr/share/applications/
Expand Down

0 comments on commit 6515a48

Please sign in to comment.