Skip to content

Commit

Permalink
Update Create Installer
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjswan committed Mar 27, 2024
1 parent 570dc32 commit e68da3c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion scripts/Create_Installer.bat
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,11 @@ SET version=%version: =%
:: Set version
SET version=5.0.1.%version%

:: Temp xmp2 file
copy "..\MPEI\Titan Extended.xmp2" "..\MPEI\Titan Extended Temp.xmp2"

:: Build MPE1
"%PROGS%\Team MediaPortal\MediaPortal\MPEMaker.exe" "..\MPEI\Titan Extended.xmp2" /B /V=%version% /UpdateXML
"%PROGS%\Team MediaPortal\MediaPortal\MPEMaker.exe" "..\MPEI\Titan Extended Temp.xmp2" /B /V=%version% /UpdateXML

:: Cleanup
del "..\MPEI\Titan Extended Temp.xmp2"

0 comments on commit e68da3c

Please sign in to comment.