File tree 3 files changed +6
-5
lines changed
3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ xattr -d com.apple.quarantine Charles.app/
12
12
13
13
# Official Download Link
14
14
15
- - [ Windows 64 bit] ( https://www.charlesproxy.com/assets/release/4.6.2 /charles-proxy-4.6.2 -win64.msi )
16
- - [ Windows 32 bit] ( https://www.charlesproxy.com/assets/release/4.6.2 /charles-proxy-4.6.2 -win32.msi )
17
- - [ macOS] ( https://www.charlesproxy.com/assets/release/4.6.2 /charles-proxy-4.6.2 .dmg )
18
- - [ Linux 64/32 bit] ( https://www.charlesproxy.com/assets/release/4.6.2 /charles-proxy-4.6.2 .tar.gz )
15
+ - [ Windows 64 bit] ( https://www.charlesproxy.com/assets/release/4.6.3 /charles-proxy-4.6.3 -win64.msi )
16
+ - [ Windows 32 bit] ( https://www.charlesproxy.com/assets/release/4.6.3 /charles-proxy-4.6.3 -win32.msi )
17
+ - [ macOS] ( https://www.charlesproxy.com/assets/release/4.6.3 /charles-proxy-4.6.3 .dmg )
18
+ - [ Linux 64/32 bit] ( https://www.charlesproxy.com/assets/release/4.6.3 /charles-proxy-4.6.3 .tar.gz )
Original file line number Diff line number Diff line change @@ -5,8 +5,9 @@ mkdir $DIR
5
5
cd $DIR
6
6
cat >> p.java << EOF
7
7
package com.xk72.charles;
8
- public final class p {
8
+ public class p {
9
9
public static final String a = "Thanks for looking at the source. Please register Charles if you use it.";
10
+ public p() {}
10
11
public p(String paramString1, String paramString2) {}
11
12
public static void a(p paramp) {}
12
13
public static boolean a() { return true; }
You can’t perform that action at this time.
0 commit comments