We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77bf7b8 commit b0d4c62Copy full SHA for b0d4c62
README.md
@@ -81,10 +81,11 @@ For Windows:
81
$ ./gradlew.bat build
82
```
83
84
-Once built, you can find the resulting `jar` file at
+Once built, you can add the resulting `fat Jar` file into your Burp extensions.
85
+The file will be located at
86
87
-./copy-as-aiohttp-extension/build/distributions/copy-as-python-aiohttp-MAJOR.MINOR.PATCH.jar
88
+./copy-as-python-aiohttp/build/libs/copy-as-python-aiohttp-MAJOR.MINOR.PATCH-fat.jar
89
90
91
## :memo: License ##
copy-as-python-aiohttp/build.gradle.kts
@@ -1,4 +1,4 @@
1
-version = "1.0.1"
+version = "1.1.0"
2
3
plugins {
4
// Apply the java-library plugin for API and implementation separation.
0 commit comments