mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-11 09:02:14 +00:00
Added #2389 Support for SPL file extension (Flash version 1 - Future Splash Animator)
This commit is contained in:
@@ -112,6 +112,7 @@ public class ZippedBundle implements Bundle {
|
||||
|
||||
while ((entry = zip.getNextEntry()) != null) {
|
||||
if (entry.getName().toLowerCase().endsWith(".swf")
|
||||
|| entry.getName().toLowerCase().endsWith(".spl")
|
||||
|| entry.getName().toLowerCase().endsWith(".gfx")
|
||||
|| entry.getName().toLowerCase().endsWith(".abc")) {
|
||||
keySet.add(entry.getName());
|
||||
|
||||
Reference in New Issue
Block a user