|
@@ -51,7 +51,8 @@ public class iZstreamer
|
|
"REM DUMMYDUMMYDUMMYDUMMY", jpath+File.separator+"params.sfx");//<<<<HACK!
|
|
"REM DUMMYDUMMYDUMMYDUMMY", jpath+File.separator+"params.sfx");//<<<<HACK!
|
|
new File(jpath+"release.jar").delete();//alte jar ausm weg räumen falls nicht schon geschehen
|
|
new File(jpath+"release.jar").delete();//alte jar ausm weg räumen falls nicht schon geschehen
|
|
IZpackage.wrapArchive(jpath+File.separator+"iZstreamerStandalone.jar",jpath);
|
|
IZpackage.wrapArchive(jpath+File.separator+"iZstreamerStandalone.jar",jpath);
|
|
- Tools.runCmdStreamable(null, System.out, true, "zip","-A",jpath+File.separator+"release.jar");//sfxen
|
|
|
|
|
|
+ System.out.println("zippern");
|
|
|
|
+ Tools.runCmdStreamable(null, System.out, true, "zip","-A",jpath+File.separator+"iZstreamerStandalone.jar");//sfxen
|
|
//sfx-jar mus unloaded sein damit selfpatch geht
|
|
//sfx-jar mus unloaded sein damit selfpatch geht
|
|
}
|
|
}
|
|
}
|
|
}
|