mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-22 23:45:52 +00:00
- get/setlocal_x renamed to get/setlocalx - QName casing changed from Qname Better increment/decrement detection, chained assignments.
5 lines
185 B
Batchfile
5 lines
185 B
Batchfile
@echo off
|
|
set RABCDASM_PATH=c:\RABCDasm
|
|
%RABCDASM_PATH%\rabcasm.exe abc\custom-0\custom-0.main.asasm
|
|
%RABCDASM_PATH%\abcreplace.exe bin\custom.swf 0 abc\custom-0\custom-0.main.abc
|
|
pause |