Store all files in the current directory for portable installations. Fixes #43
This commit is contained in:
parent
345e800abd
commit
38ff2bf5cb
6 changed files with 79 additions and 12 deletions
|
|
@ -120,6 +120,8 @@ echo Building portable package
|
|||
rem This must be done after WiX harvesting and signing, since the VCRT dlls are MS signed
|
||||
rem and should not be harvested for inclusion in the full installer
|
||||
copy "%VCREDIST_PATH%\%ARCH%\Microsoft.VC141.CRT\*.dll" %DEPLOY_FOLDER%
|
||||
rem This file tells Moonlight that it's a portable installation
|
||||
echo. > %DEPLOY_FOLDER%\portable.dat
|
||||
if !ERRORLEVEL! NEQ 0 goto Error
|
||||
7z a %INSTALLER_FOLDER%\MoonlightPortable.zip %DEPLOY_FOLDER%\*
|
||||
if !ERRORLEVEL! NEQ 0 goto Error
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue