Skip to content

Commit 420c566

Browse files
BApp Store release v1.16
1 parent 9732ea4 commit 420c566

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

BappManifest.bmf

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ Uuid: 0ab7a94d8e11449daaf0fb387431225b
22
ExtensionType: 1
33
Name: JS Miner
44
RepoName: js-miner
5-
ScreenVersion: 1.15
6-
SerialVersion: 7
5+
ScreenVersion: 1.16
6+
SerialVersion: 8
77
MinPlatformVersion: 0
88
ProOnly: True
99
Author: Mina M. Edwar
1010
ShortDescription: Tries to find interesting stuff inside static files; mainly JavaScript and JSON files.
1111
EntryPoint: build/libs/burp-JS-Miner-all.jar
12-
BuildCommand: gradle fatJar
12+
BuildCommand: ./gradlew fatJar
1313
SupportedProducts: Pro

gradle/wrapper/gradle-wrapper.jar

57.8 KB
Binary file not shown.
+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
distributionBase=GRADLE_USER_HOME
2+
distributionPath=wrapper/dists
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip
4+
zipStoreBase=GRADLE_USER_HOME
5+
zipStorePath=wrapper/dists

gradlew

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ case "`uname`" in
7272
Darwin* )
7373
darwin=true
7474
;;
75-
MSYS* | MINGW* )
75+
MINGW* )
7676
msys=true
7777
;;
7878
NONSTOP* )

0 commit comments

Comments
 (0)