|
@@ -26,12 +26,13 @@ public class MakeDist
|
|
|
FileTK.kopierpaste(new File(inPath+"/ZZZ_sfxmod.jar"),new File(inPath+"/engine/ZZZ_sfxmod.jar"));
|
|
|
FileTK.kopierpaste(new File(inPath+"/ZZZ_sfxmod.jar"),new File(inPath+"/demopackage/ZZZ_sfxmod.jar"));
|
|
|
FileTK.kopierpaste(new File(inPath+"/ZZZ_sfxmod.jar"),new File(inPath+"/predist/ZZZ_sfxmod.jar"));
|
|
|
+ FileTK.ensuredirExistence(new File(inPath+"/dist/iZsetup_setup.jar"));
|
|
|
IZpackage.wrapArchive(inPath+"/bundledata/iZsetup_inst.jar", inPath+"/engine");
|
|
|
IZpackage.wrapArchive(inPath+"/bundledata/demopaq.jar", inPath+"/demopackage");
|
|
|
ZipUtils zu = new ZipUtils(inPath+"/predist/izsetup.izbundle", inPath+File.separator+"bundledata");
|
|
|
IZpackage.wrapArchive(inPath+"/dist/iZsetup_setup.jar", inPath+"/predist");
|
|
|
//new File(inPath+"/dist/"+relID+"/iZsetup_setup.jar").delete();
|
|
|
- //FileTK.ensuredirExistence(new File(inPath+"/dist/"+relID+"/iZsetup_setup.jar"));
|
|
|
+
|
|
|
//FileTK.kopierpaste(new File(inPath+"/dist/iZsetup_setup.jar"), new File(inPath+"/dist/"+relID+"/iZsetup_setup.jar"));
|
|
|
|
|
|
|