Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
619bd21db8 | ||
|
|
11922d7199 |
+4
-5
@@ -6,11 +6,10 @@ RUN apk add --no-cache \
|
|||||||
bash \
|
bash \
|
||||||
patch
|
patch
|
||||||
|
|
||||||
RUN wget https://raw.githubusercontent.com/iBotPeaches/Apktool/master/scripts/linux/apktool && \
|
RUN wget -O /usr/local/bin/apktool \
|
||||||
wget https://bitbucket.org/iBotPeaches/apktool/downloads/apktool_3.0.2.jar
|
https://raw.githubusercontent.com/iBotPeaches/Apktool/master/scripts/linux/apktool && \
|
||||||
|
wget -O /usr/local/bin/apktool.jar \
|
||||||
RUN mv ./apktool /usr/local/bin/ && \
|
https://bitbucket.org/iBotPeaches/apktool/downloads/apktool_3.0.2.jar && \
|
||||||
mv ./apktool_3.0.2.jar /usr/local/bin/apktool.jar && \
|
|
||||||
chmod +x /usr/local/bin/apktool.jar && \
|
chmod +x /usr/local/bin/apktool.jar && \
|
||||||
chmod +x /usr/local/bin/apktool
|
chmod +x /usr/local/bin/apktool
|
||||||
|
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ Bejewled Classic (v3.8.1) has issues with newer high resolution screens, which r
|
|||||||
|
|
||||||
### Download
|
### Download
|
||||||
|
|
||||||
[Download from releases]()
|
[Download from releases](https://git.pinguin-software.de/DasMoorhuhn/bejeweled-classic/releases)
|
||||||
|
|
||||||
### DIY
|
### DIY
|
||||||
|
|
||||||
@@ -60,6 +60,8 @@ You may want to add a different app version like `android:versionCode='18101' an
|
|||||||
|
|
||||||
## Docker
|
## Docker
|
||||||
|
|
||||||
|
The docker image contains all needed tools to decompile/compile an APK.
|
||||||
|
|
||||||
- Build the image: `docker compose build`
|
- Build the image: `docker compose build`
|
||||||
- Run the container: `docker compose up -d`
|
- Run the container: `docker compose up -d`
|
||||||
- Enter the container: `docker compose exec bejeweled-env bash`
|
- Enter the container: `docker compose exec bejeweled-env bash`
|
||||||
Reference in New Issue
Block a user