File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 88
99# Official Download Link
1010
11- - [ Windows 64 bit] ( https://www.charlesproxy.com/assets/release/3.11.6 /charles-proxy-3.11.6 -win64.msi )
12- - [ Windows 32 bit] ( https://www.charlesproxy.com/assets/release/3.11.6 /charles-proxy-3.11.6 -win32.msi )
13- - [ macOS] ( https://www.charlesproxy.com/assets/release/3.11.6 /charles-proxy-3.11.6 .dmg )
14- - [ Linux 64/32 bit] ( https://www.charlesproxy.com/assets/release/3.11.6 /charles-proxy-3.11.6 .tar.gz )
11+ - [ Windows 64 bit] ( https://www.charlesproxy.com/assets/release/4.0.1 /charles-proxy-4.0.1 -win64.msi )
12+ - [ Windows 32 bit] ( https://www.charlesproxy.com/assets/release/4.0.1 /charles-proxy-4.0.1 -win32.msi )
13+ - [ macOS] ( https://www.charlesproxy.com/assets/release/4.0.1 /charles-proxy-4.0.1 .dmg )
14+ - [ Linux 64/32 bit] ( https://www.charlesproxy.com/assets/release/4.0.1 /charles-proxy-4.0.1 .tar.gz )
Original file line number Diff line number Diff line change @@ -3,13 +3,13 @@ DIR=charleshack
33
44mkdir $DIR
55cd $DIR
6- cat >> P .java << EOF
7- package com.xk72.charles.gui ;
8- public final class P {
6+ cat >> License .java << EOF
7+ package com.xk72.charles;
8+ public final class License {
99 public static boolean a() { return true; }
1010 public static String b() { return "Administrator"; }
1111 public static String a(String paramString1, String paramString2) { return null; }
1212}
1313EOF
14- javac -encoding UTF-8 P .java -d . && jar -uvf $CHARLES com/xk72/charles/gui/P .class
14+ javac -encoding UTF-8 License .java -d . && jar -uvf $CHARLES com/xk72/charles/License .class
1515cd .. && rm -rf $DIR
You can’t perform that action at this time.
0 commit comments