mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-06 11:15:26 +00:00
Changed: AS1/2 - Scripts from default package are exported to not localized folder "__defaultPackage"
This commit is contained in:
@@ -3325,6 +3325,9 @@ public final class SWF implements SWFContainerItem, Timelined, Openable {
|
||||
|
||||
if (treeItem instanceof AS2Package) {
|
||||
AS2Package pkg = (AS2Package) treeItem;
|
||||
if (pkg.isDefaultPackage() && exportFileName) {
|
||||
return "__defaultPackage";
|
||||
}
|
||||
if (pkg.isFlat()) {
|
||||
String[] parts = pkg.toString().split("\\.");
|
||||
for (int i = 0; i < parts.length; i++) {
|
||||
|
||||
Reference in New Issue
Block a user