From eac3625ec5c5148e2368f188a0cb4b1c37ae4f30 Mon Sep 17 00:00:00 2001 From: Kilian Saffran Date: Mon, 8 Oct 2018 17:55:25 +0200 Subject: [PATCH] exe files to push --- README.md | 4 ++-- install/create_setup_windows.pl | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 584d10a..a0f84ec 100644 --- 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 diff --git a/install/create_setup_windows.pl b/install/create_setup_windows.pl index 8b7fbfe..20a3784 100644 --- a/install/create_setup_windows.pl +++ b/install/create_setup_windows.pl @@ -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"); -- 2.39.5