mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-05 09:14:50 +00:00
allow adding new tags (todo: add constructor for all supported tagtypes)
This commit is contained in:
@@ -292,6 +292,7 @@ public class Main {
|
||||
Stopwatch sw = Stopwatch.startNew();
|
||||
if (bundle != null) {
|
||||
result.isBundle = true;
|
||||
result.bundleClass = bundle.getClass();
|
||||
result.name = new File(sourceInfo.getFileTitleOrName()).getName();
|
||||
for (Entry<String, SeekableInputStream> streamEntry : bundle.getAll().entrySet()) {
|
||||
InputStream stream = streamEntry.getValue();
|
||||
|
||||
Reference in New Issue
Block a user