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 b2130a3 commit bf2325f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Installer/Create_Installer.bat
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ COPY /Y ..\Sources\WifiRemote\Resources\WifiRemote.xml Files\
:: Get version from DLL
FOR /F "tokens=*" %%i IN ('Tools\sigcheck.exe /accepteula /nobanner /n "Files\WifiRemote.dll"') DO (SET version=%%i)

:: Temp xmp2 file
copy WifiRemoteInstaller.xmp2 WifiRemoteInstallerTemp.xmp2

:: Build MPE1
"%PROGS%\Team MediaPortal\MediaPortal\MPEMaker.exe" WifiRemoteInstaller.xmp2 /B /V=%version% /UpdateXML
"%PROGS%\Team MediaPortal\MediaPortal\MPEMaker.exe" WifiRemoteInstallerTemp.xmp2 /B /V=%version% /UpdateXML

:: Cleanup
del WifiRemoteInstallerTemp.xmp2

0 comments on commit bf2325f

Please sign in to comment.