Skip to content

Commit

Permalink
Fix for VM compiles
Browse files Browse the repository at this point in the history
  • Loading branch information
Lojemiru authored Sep 22, 2021
1 parent 340454d commit ff245a1
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Drag-and-Drop AM2R_11.zip onto Here!.bat
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,8 @@ if "%ReturnCode%"=="2" (
)


ECHO Patching AM2R.exe...
REM utilities\floating\flips.exe --apply data\AM2R.bps %output%\data.win %output%\AM2R.exe
utilities\xdelta\xdelta3.exe -f -d -s %output%\data.win data\AM2R.xdelta %output%\AM2R.exe
ECHO Patching data.win...
utilities\xdelta\xdelta3.exe -f -d -s %output%\data.win data\data.xdelta %output%\data.win
ECHO.

if not "%ErrorLevel%"=="0" (
Expand All @@ -88,7 +87,9 @@ if not "%ErrorLevel%"=="0" (
exit /b
)

REM del /q %output%\data.win
ECHO Patching AM2R.exe...
utilities\xdelta\xdelta3.exe -f -d -s %output%\AM2R.exe data\AM2R.xdelta %output%\AM2R.exe
ECHO.

if not "%ErrorLevel%"=="0" (
ECHO Patching failed!
Expand Down

0 comments on commit ff245a1

Please sign in to comment.