exe files to push
authorKilian Saffran <ksaffran@dks.lu>
Mon, 8 Oct 2018 15:55:25 +0000 (17:55 +0200)
committerKilian Saffran <ksaffran@dks.lu>
Mon, 8 Oct 2018 15:55:25 +0000 (17:55 +0200)
README.md
install/create_setup_windows.pl

index 584d10a..a0f84ec 100644 (file)
--- a/README.md
+++ b/README.md
@@ -4,6 +4,6 @@ Creorga is an Application for managing crèches based in Luxembourg
 
 ### Contribution guidelines ###
 
-Creorga is published under the EUPL v1.1. (Public Licence from the European Union)
+Creorga is published under the EUPL v1.2. (Public Licence from the European Union)
 
-Feel Free to test, participate in developement or use the application
\ No newline at end of file
+Feel Free to test, compile, redistribute, participate in developement or use the application
\ No newline at end of file
index 8b7fbfe..20a3784 100644 (file)
@@ -66,7 +66,7 @@ make_path("$releasepath\\tag");
 chdir "$releasepath\\tag";
 
 
-system('"$reppath\\Tools\\7za.exe" x "'.$releasepath.'\\Creorga_'.$tag.'.zip"');
+system('"'.$reppath.'\\Tools\\7za.exe" x "'.$releasepath.'\\Creorga_'.$tag.'.zip"');
 chdir "$releasepath\\tag\\app_v3";
 make_path("$releasepath\\dist");
 
@@ -85,7 +85,7 @@ rcopy("$releasepath\\tag\\app_v3","$releasepath\\dist\\director");
   remove_tree("$releasepath\\dist\\director\\chrome\\content\\modules\\staff_basic");
   copy("$releasepath\\tag\\app_v3\\chrome.manifest","$releasepath\\dist\\director\\chrome.manifest");
   chdir("$releasepath\\dist\\director");
-  system('"$reppath\\Tools\\7za.exe" a -r creorga.jar chrome');
+  system('"'.$reppath.'\\Tools\\7za.exe" a -r creorga.jar chrome');
 
 make_path("$releasepath\\dist\\staff");
 rcopy("$releasepath\\tag\\app_v3","$releasepath\\dist\\staff");
@@ -106,7 +106,7 @@ rcopy("$releasepath\\tag\\app_v3","$releasepath\\dist\\staff");
   remove_tree("$releasepath\\dist\\staff\\chrome\\content\\modules\\accounting");
   chdir("$releasepath\\dist\\staff");
   copy("$releasepath\\tag\\app_v3\\chrome.manifest_staff","$releasepath\\dist\\staff\\chrome.manifest");
-  system('"$reppath\\Tools\\7za.exe" a -r creorga.jar chrome');
+  system('"'.$reppath.'\\Tools\\7za.exe" a -r creorga.jar chrome');
 
 make_path("$releasepath\\dist\\localmanager");
 rcopy("$releasepath\\tag\\app_v3","$releasepath\\dist\\localmanager");
@@ -126,7 +126,7 @@ rcopy("$releasepath\\tag\\app_v3","$releasepath\\dist\\localmanager");
   remove_tree("$releasepath\\dist\\localmanager\\chrome\\content\\modules\\accounting");
   copy("$releasepath\\tag\\app_v3\\chrome.manifest_localmanager","$releasepath\\dist\\localmanager\\chrome.manifest");
   chdir("$releasepath\\dist\\localmanager");
-  system('"$reppath\\Tools\\7za.exe" a -r creorga.jar chrome');
+  system('"'.$reppath.'\\Tools\\7za.exe" a -r creorga.jar chrome');
 
 rcopy("$reppath\\install\\windows\\xulrunner","$releasepath\\dist\\xulrunner");