Skip to content

Commit

Permalink
build: flatpak build error in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
glaumar committed Jul 4, 2024
1 parent 77be6c6 commit 6d00cc8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion io.github.glaumar.QRookie.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ modules:
buildsystem: simple
build-commands:
- install -Dm0644 apktool_2.9.3.jar "/app/share/android-apktool/apktool.jar"
- tar xf apktool-install-linux-r04-brut1.tar.bz2
# https://superuser.com/questions/1435437/how-to-get-around-this-error-when-untarring-an-archive-tar-cannot-change-owner
- tar xf apktool-install-linux-r04-brut1.tar.bz2 --no-same-owner
- sed -i 's/libdir=.*progdir/libdir="\/app\/share\/'android-apktool'/' apktool
- install -pDm 0755 apktool -t "/app/bin/"
sources:
Expand Down

0 comments on commit 6d00cc8

Please sign in to comment.