mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 15:41:12 +00:00
export file with classname/export namme
This commit is contained in:
@@ -65,7 +65,7 @@ public class TextExporter {
|
||||
for (Tag t : tags) {
|
||||
if (t instanceof TextTag) {
|
||||
final TextTag textTag = (TextTag) t;
|
||||
final File file = new File(outdir + File.separator + textTag.getCharacterId() + ".svg");
|
||||
final File file = new File(outdir + File.separator + textTag.getExportFileName2()+ ".svg");
|
||||
new RetryTask(new RunnableIOEx() {
|
||||
@Override
|
||||
public void run() throws IOException {
|
||||
|
||||
Reference in New Issue
Block a user