From 4aa0476246792f1a859575e54f28a84e402e8d21 Mon Sep 17 00:00:00 2001 From: Vaibhav Pandey Date: Fri, 26 Apr 2019 12:40:01 +0530 Subject: [PATCH] Show download counts and latest release. --- README.md | 6 ++++++ apkstudio.pro | 5 ++++- docs/index.html | 6 ++++++ 3 files changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d24ea4f..11fd0b8 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,12 @@ Open-source, cross platform [Qt](https://www.qt.io/) based IDE for reverse-engin Travis CI + + Release + + + Downloads +

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). diff --git a/apkstudio.pro b/apkstudio.pro index e4d377a..ffde6e4 100644 --- a/apkstudio.pro +++ b/apkstudio.pro @@ -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 \ diff --git a/docs/index.html b/docs/index.html index 6b5e9cb..a0b8700 100644 --- a/docs/index.html +++ b/docs/index.html @@ -28,6 +28,12 @@

APK Studio

Travis CI + + Release + + + Downloads +

Downloads / Source

If you are just willing to quickly decompile an Android app, you can make use of DeAPK - Online APK Decompiler which lets you decompile an Android app using apktool and jadx.