Skip to content

Commit

Permalink
Show download counts and latest release.
Browse files Browse the repository at this point in the history
  • Loading branch information
vaibhavpandeyvpz committed Apr 26, 2019
1 parent a38f333 commit 4aa0476
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ Open-source, cross platform [Qt](https://www.qt.io/) based IDE for reverse-engin
<a href="https://travis-ci.org/vaibhavpandeyvpz/apkstudio">
<img src="https://img.shields.io/travis/vaibhavpandeyvpz/apkstudio.svg" alt="Travis CI">
</a>
<a href="https://github.com/vaibhavpandeyvpz/apkstudio/releases/latest">
<img src="https://img.shields.io/github/release/vaibhavpandeyvpz/apkstudio.svg" alt="Release">
</a>
<a href="https://github.com/vaibhavpandeyvpz/apkstudio/releases">
<img src="https://img.shields.io/github/downloads/vaibhavpandeyvpz/apkstudio/total.svg" alt="Downloads">
</a>
</p>

If you are just willing to quickly decompile an [Android](https://android.com/) app, you can make use of [DeAPK - Online APK Decompiler](https://deapk.vaibhavpandey.com/) which lets you decompile an Android app using [apktool](https://github.com/ibotpeaches/apktool) and [jadx](https://github.com/skylot/jadx).
Expand Down
5 changes: 4 additions & 1 deletion apkstudio.pro
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,13 @@ SOURCES += \

RESOURCES += \
Qt-Frameless-Window-DarkStyle/darkstyle.qrc \
resources/all.qrc

OTHER_FILES += \
build/linux.sh \
build/osx.sh \
build/windows.bat \
resources/all.qrc \
docs/index.html \
resources/apkstudio.desktop \
.appveyor.yml \
.travis.yml \
Expand Down
6 changes: 6 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ <h1 class="card-title">APK Studio</h1>
<a href="https://travis-ci.org/vaibhavpandeyvpz/apkstudio" rel="nofollow">
<img src="https://img.shields.io/travis/vaibhavpandeyvpz/apkstudio.svg" alt="Travis CI">
</a>
<a href="https://github.com/vaibhavpandeyvpz/apkstudio/releases/latest">
<img src="https://img.shields.io/github/release/vaibhavpandeyvpz/apkstudio.svg" alt="Release">
</a>
<a href="https://github.com/vaibhavpandeyvpz/apkstudio/releases">
<img src="https://img.shields.io/github/downloads/vaibhavpandeyvpz/apkstudio/total.svg" alt="Downloads">
</a>
</p>
<p class="card-text"><a href="https://github.com/vaibhavpandeyvpz/apkstudio/releases" rel="nofollow">Downloads</a> / <a href="https://github.com/vaibhavpandeyvpz/apkstudio" rel="nofollow">Source</a></p>
<p class="card-text">If you are just willing to quickly decompile an <a href="https://android.com/" rel="nofollow">Android</a> app, you can make use of <a href="https://deapk.vaibhavpandey.com/" rel="nofollow">DeAPK - Online APK Decompiler</a> which lets you decompile an Android app using <a href="https://github.com/ibotpeaches/apktool">apktool</a> and <a href="https://github.com/skylot/jadx">jadx</a>.</p>
Expand Down

0 comments on commit 4aa0476

Please sign in to comment.