fix bintray upload
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
[](https://codecov.io/gh/skylot/jadx)
|
||||
[](https://scan.coverity.com/projects/2166)
|
||||
[](https://sonarcloud.io/dashboard?id=jadx)
|
||||
[](https://github.com/skylot/jadx/releases/latest)
|
||||
[](https://github.com/skylot/jadx/releases/latest)
|
||||
[](http://www.apache.org/licenses/LICENSE-2.0.html)
|
||||
|
||||
@@ -16,11 +15,17 @@ Command line and GUI tools for produce Java source code from Android Dex and Apk
|
||||
|
||||
|
||||
### Downloads
|
||||
- [unstable](https://bintray.com/skylot/jadx/unstable#files)
|
||||
- from [github](https://github.com/skylot/jadx/releases)
|
||||
- from [bintray](https://bintray.com/skylot/jadx/releases#files)
|
||||
- from [sourceforge](http://sourceforge.net/projects/jadx/files/)
|
||||
- latest [unstable build:  ](https://bintray.com/skylot/jadx/unstable/_latestVersion#files)
|
||||
- release from [github: ](https://github.com/skylot/jadx/releases/latest)
|
||||
- release from [bintray:  ](https://bintray.com/skylot/jadx/releases/_latestVersion#files)
|
||||
- release from [sourceforge](http://sourceforge.net/projects/jadx/files/)
|
||||
|
||||
After download unpack zip file go to `bin` directory and run:
|
||||
- `jadx` - command line version
|
||||
- `jadx-gui` - graphical version
|
||||
|
||||
On Windows run `.bat` files with double-click\
|
||||
**Note:** ensure you have installed Java 8 64-bit version
|
||||
|
||||
### Building from source
|
||||
Java 8 JDK or higher must be installed:
|
||||
@@ -72,6 +77,7 @@ options:
|
||||
Example:
|
||||
jadx -d out classes.dex
|
||||
```
|
||||
These options also worked on jadx-gui running from command line and override options from preferences dialog
|
||||
|
||||
### Troubleshooting
|
||||
##### Out of memory error:
|
||||
|
||||
+21
-12
@@ -5,21 +5,30 @@
|
||||
"subject": "skylot",
|
||||
"desc": "Unstable",
|
||||
"website_url": "https://github.com/skylot/jadx",
|
||||
"issue_tracker_url": "https://github.com/skylot/jadx",
|
||||
"vcs_url": "https://github.com/skylot/jadx",
|
||||
"licenses": ["Apache-2.0"],
|
||||
"labels": ["unstable"],
|
||||
"public_download_numbers": false,
|
||||
"public_stats": false
|
||||
"issue_tracker_url": "https://github.com/skylot/jadx/issues",
|
||||
"vcs_url": "https://github.com/skylot/jadx.git",
|
||||
"licenses": [
|
||||
"Apache-2.0"
|
||||
],
|
||||
"labels": [
|
||||
"unstable"
|
||||
],
|
||||
"public_download_numbers": true,
|
||||
"public_stats": true
|
||||
},
|
||||
|
||||
"version": {
|
||||
"name": "BUILD_VERSION"
|
||||
"name": "BUILD_VERSION",
|
||||
"desc": "Dev build: BUILD_VERSION"
|
||||
},
|
||||
|
||||
"files":
|
||||
[
|
||||
{"includePattern": "build/(jadx.*\.zip)", "uploadPattern": "$1"}
|
||||
"files": [
|
||||
{
|
||||
"includePattern": "build/(jadx.*\.zip)",
|
||||
"uploadPattern": "$1",
|
||||
"matrixParams": {
|
||||
"override": 1
|
||||
},
|
||||
"list_in_downloads": true
|
||||
}
|
||||
],
|
||||
"publish": true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user