Ver Fonte

dumb derp

git-svn-id: http://repo.nplusc.de/svn/iZink@289 8b19561d-0d00-6744-8ac1-9afc8f58a8aa
masterX244 há 10 anos atrás
pai
commit
47abd3a80f
1 ficheiros alterados com 2 adições e 1 exclusões
  1. 2 1
      iZStreamer/src/de/nplusc/izc/izstreamer/iZstreamer.java

+ 2 - 1
iZStreamer/src/de/nplusc/izc/izstreamer/iZstreamer.java

@@ -51,7 +51,8 @@ public class iZstreamer
                 "REM DUMMYDUMMYDUMMYDUMMY", jpath+File.separator+"params.sfx");//<<<<HACK!
                 new File(jpath+"release.jar").delete();//alte jar ausm weg räumen falls nicht schon geschehen
                 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
             }
         }