Commits
6 6 | use :: ; |
7 7 | use :: qw(make_path remove_tree); |
8 8 | use ; |
9 9 | |
10 10 | #Fetch failed! HTTP response: 500 Internal Server Error [500 Can't verify SSL peers without knowing which Certificate Authorities to trust] at scripts/create-app line 62. |
11 11 | $ENV{PERL_LWP_SSL_VERIFY_HOSTNAME} = 0; |
12 12 | |
13 13 | $exe = ($0); |
14 14 | $path = ( ($exe)); |
15 15 | $java = '/usr/bin/java'; |
16 - | $jarfile_name = "create-app-assembly-1.12.jar"; |
16 + | $jarfile_name = "create-app-assembly-1.13.jar"; |
17 17 | |
18 18 | $app_path_root = ''; |
19 19 | foreach ( @ARGV ) { |
20 20 | if ( |=(.*)| && - $1 ) { |
21 21 | $app_path_root = ($1); |
22 22 | last; |
23 23 | } |
24 24 | } |
25 25 | |
26 26 | ### install path |