Commits

Ville Suoranta authored 75ca3c20908
Update create-app to create-app-assembly-1.13.jar

scripts/create-app

Modified
6 6 use File::Fetch;
7 7 use File::Path qw(make_path remove_tree);
8 8 use Config;
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 = abs_path($0);
14 14 $path = abs_path(dirname($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 ( m|app=(.*)| && -d $1 ) {
21 21 $app_path_root = abs_path($1);
22 22 last;
23 23 }
24 24 }
25 25
26 26 ### install path

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut