Skip to content

Commit

Permalink
add jre & which
Browse files Browse the repository at this point in the history
  • Loading branch information
Lifeismana committed Jul 10, 2024
1 parent 5985351 commit 1e4aa4a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ on:
- cron: '0 5 * * 1'
push:
branches: [ "main" ]
# Publish semver tags as releases.
paths:
- 'scripts.sh'
- 'setup.sh'
- 'Dockerfile'
- '.github/workflows/build.yml'

Expand Down
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ RUN pacman -Syu --noconfirm \
git \
python \
python-pip \
jre-openjdk \
jadx \
which \
unzip
RUN python -m venv /data/.venv && \
. /data/.venv/bin/activate && \
Expand Down
1 change: 0 additions & 1 deletion script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ ProcessApp()
if [ -f $1/$1.xapk ]; then
unzip -o $1/$1.xapk -d $1
fi
echo "Unzipping $1.apk"
jadx --deobf --show-bad-code -d $1 $1/$1.apk
find $1 -type f -exec md5sum {} >> $1/$1.apk.jadx.txt \;
for FILE in $1/*.apk
Expand Down

0 comments on commit 1e4aa4a

Please sign in to comment.