### 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
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");
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");
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");
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");