Files
jpexs-decompiler/libsrc/ffdec_lib/testdata/as3_harman/build_harman_debug.bat
2024-08-05 11:17:25 +02:00

7 lines
248 B
Batchfile

@echo off
set MY_PATH=%~dp0
call c:\air_harman\bin\mxmlc.bat -debug=true -output bin/harman.swf src/Main.as 1> buildlog.harman.txt 2>&1
cd c:\air_harman\bin\
call swfencrypt.bat -in %MY_PATH%\bin\harman.swf -out %MY_PATH%\bin\harman_encrypted.swf