File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/ca/cgjennings/apps/librivox Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ do.jlink=false
5
5
javac.debug =true
6
6
javadoc.preview =true
7
7
jlink.strip =false
8
- user.properties.file =C:\\Users\\chris\\AppData\\Roaming\\NetBeans\\12.3 \\build.properties
8
+ user.properties.file =C:\\Users\\chris\\AppData\\Roaming\\NetBeans\\20 \\build.properties
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ public final class Checker extends javax.swing.JFrame {
81
81
/**
82
82
* Current version number.
83
83
*/
84
- public static final String VERSION = "1.1 " ;
84
+ public static final String VERSION = "1.2 " ;
85
85
86
86
/**
87
87
* Creates a new Checker application instance.
@@ -1019,7 +1019,7 @@ public static void main(String args[]) {
1019
1019
for (String f : args ) {
1020
1020
try {
1021
1021
if (f .startsWith ("-" )) continue ;
1022
- if (f .startsWith ("file:" ) || f .startsWith ("http:" )) {
1022
+ if (f .startsWith ("file:" ) || f .startsWith ("http:" ) || f . startsWith ( "https:" ) ) {
1023
1023
mainApp .checkURL (new URL (f ));
1024
1024
} else {
1025
1025
mainApp .checkFile (new File (f ));
You can’t perform that action at this time.
0 commit comments