mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-14 05:01:54 +00:00
Get jpexs to build on Linux. Still failing one unit test, not sure why.
This commit is contained in:
@@ -161,8 +161,8 @@ public class RecompileTest {
|
||||
});
|
||||
}
|
||||
Object[][] ret = new Object[files.length + 2][1];
|
||||
ret[0][0] = "..\\as2\\as2.swf";
|
||||
ret[1][0] = "..\\as3\\as3.swf";
|
||||
ret[0][0] = "../as2/as2.swf";
|
||||
ret[1][0] = "../as3/as3.swf";
|
||||
for (int f = 0; f < files.length; f++) {
|
||||
ret[f + 2][0] = files[f].getName();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user