From: Michael Prager Date: Wed, 12 Sep 2012 00:35:24 +0000 (+0200) Subject: update SkinFetcher to v1.6 (new certificate) X-Git-Url: https://code.delx.au/comingnext/commitdiff_plain/a31510261224b6257b8776ef564a6baf95c0adb7 update SkinFetcher to v1.6 (new certificate) --- diff --git a/ComingNext_SkinFetcher_v1.5.sisx b/ComingNext_SkinFetcher_v1.6.sisx similarity index 95% rename from ComingNext_SkinFetcher_v1.5.sisx rename to ComingNext_SkinFetcher_v1.6.sisx index d6e01b9..a5269e2 100644 Binary files a/ComingNext_SkinFetcher_v1.5.sisx and b/ComingNext_SkinFetcher_v1.6.sisx differ diff --git a/Readme.txt b/Readme.txt index fa94b3a..709d65d 100644 --- a/Readme.txt +++ b/Readme.txt @@ -303,4 +303,5 @@ Changelog: - added "show icons" option to enable users to hide icons if desired (bug no. 3521427) - added "font size" option to easily customize text size - added option to anonymize debug logfiles - - added option to specify the max number of events shown in fullscreen mode \ No newline at end of file + - added option to specify the max number of events shown in fullscreen mode + - updated SkinFetcher to v1.6 (updated certificate) diff --git a/build.pl b/build.pl index eb1e256..cb54aa5 100755 --- a/build.pl +++ b/build.pl @@ -51,7 +51,7 @@ $zip->addFile("comingNextB.wgz"); $zip->addFile("comingNextC.wgz"); $zip->addFile("Readme.txt"); $zip->addFile("License.txt"); -$zip->addFile("ComingNext_SkinFetcher_v1.5.sisx"); +$zip->addFile("ComingNext_SkinFetcher_v1.6.sisx"); $zip->writeToFileNamed("comingNext_v$version.zip"); #########################################