mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 18:20:54 +00:00
config setting to overwrite exported files
This commit is contained in:
@@ -164,7 +164,8 @@ public class CommandLineArgumentParser {
|
||||
Configuration.parallelSpeedUp,
|
||||
Configuration.internalFlashViewer,
|
||||
Configuration.autoDeobfuscate,
|
||||
Configuration.cacheOnDisk
|
||||
Configuration.cacheOnDisk,
|
||||
Configuration.overwriteExistingFiles
|
||||
};
|
||||
|
||||
public static boolean isCommandLineMode() {
|
||||
@@ -584,9 +585,6 @@ public class CommandLineArgumentParser {
|
||||
}
|
||||
String key = cp[0];
|
||||
String value = cp[1];
|
||||
if (key.toLowerCase().equals("paralelSpeedUp".toLowerCase())) {
|
||||
key = "parallelSpeedUp";
|
||||
}
|
||||
for (ConfigurationItem<Boolean> item : commandlineConfigBoolean) {
|
||||
if (key.toLowerCase().equals(item.getName().toLowerCase())) {
|
||||
Boolean bValue = parseBooleanConfigValue(value);
|
||||
|
||||
@@ -369,3 +369,5 @@ config.description.deobfuscationOldMode = Disable new deobfuscation and use the
|
||||
config.name.ignoreCLikePackages = Ignore FlashCC / Alchemy or similar packages
|
||||
config.description.ignoreCLikePackages = FlashCC/Alchemy packages cannot usually be decompiled correctly. You can disable them to speedup other packages decompilation.
|
||||
|
||||
config.name.overwriteExistingFiles = Overwrite the existing files
|
||||
config.description.overwriteExistingFiles = Overwrite the existing files during export. Currently only for AS2/3 scripts
|
||||
|
||||
@@ -365,3 +365,9 @@ config.description.exeExportMode = EXE export m\u00f3d
|
||||
|
||||
config.name.deobfuscationOldMode = Kapcsol\u00f3 a r\u00e9gi (5.x) deobfuszk\u00e1l\u00e1si m\u00f3d haszn\u00e1lat\u00e1hoz
|
||||
config.description.deobfuscationOldMode = Kikapcsolja az \u00faj deobfuszk\u00e1l\u00e1si m\u00f3dot \u00e9s az el\u0151z\u0151 verzi\u00f3kban l\u00e9v\u0151 m\u00f3dot haszn\u00e1lja. NEM AJ\u00c1NLOTT.
|
||||
|
||||
config.name.ignoreCLikePackages = FlashCC / Alchemy vagy hasonl\u00f3 csomagok figyelmen k\u00edv\u00fcl hagy\u00e1sa
|
||||
config.description.ignoreCLikePackages = FlashCC/Alchemy csomagok \u00e1ltal\u00e1ban nem ford\u00edthat\u00f3ak vissza hib\u00e1tlanul. Kikapcsolhatod hogy gyorsabban visszaford\u00edtsa a t\u00f6bbi csomagot.
|
||||
|
||||
config.name.overwriteExistingFiles = L\u00e9tez\u0151 f\u00e1jlok fel\u00fcl\u00edr\u00e1sa
|
||||
config.description.overwriteExistingFiles = Fel\u00fcl\u00edrja a l\u00e9tez\u0151 f\u00e1jlokat export\u00e1l\u00e1s sor\u00e1n. Jelenleg csak az AS2/3 szkriptekre \u00e9rv\u00e9nyes
|
||||
|
||||
Reference in New Issue
Block a user