Skip to content

Commit

Permalink
Try fix installer for win (nickbnf#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
variar committed Oct 20, 2020
1 parent 0c3c94e commit 8687711
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packaging/windows/klogg.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ SectionEnd
Section "MSVC Runtime libraries" vcruntime
SetOutPath $INSTDIR
File release\msvcp140.dll
File release\msvcp140_1.dll
File release\vcruntime140.dll

!if ${PLATFORM} == "x64"
Expand Down Expand Up @@ -184,6 +185,7 @@ Section "Uninstall"
Delete "$INSTDIR\platforms\qminimal.dll"
Delete "$INSTDIR\styles\qwindowsvistastyle.dll"
Delete "$INSTDIR\msvcp140.dll"
Delete "$INSTDIR\msvcp140_1.dll"
Delete "$INSTDIR\vcruntime140.dll"
Delete "$INSTDIR\vcruntime140_1.dll"
Delete "$INSTDIR\tbbmalloc.dll"
Expand Down
1 change: 1 addition & 0 deletions packaging/windows/prepare_release.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ xcopy %KLOGG_WORKSPACE%\README.md %KLOGG_WORKSPACE%\release\ /y
xcopy %KLOGG_WORKSPACE%\DOCUMENTATION.md %KLOGG_WORKSPACE%\release\ /y

xcopy "%VCToolsRedistDir%%platform%\Microsoft.VC142.CRT\msvcp140.dll" %KLOGG_WORKSPACE%\release\ /y
xcopy "%VCToolsRedistDir%%platform%\Microsoft.VC142.CRT\msvcp140_1.dll" %KLOGG_WORKSPACE%\release\ /y
xcopy "%VCToolsRedistDir%%platform%\Microsoft.VC142.CRT\vcruntime140.dll" %KLOGG_WORKSPACE%\release\ /y
xcopy "%VCToolsRedistDir%%platform%\Microsoft.VC142.CRT\vcruntime140_1.dll" %KLOGG_WORKSPACE%\release\ /y

Expand Down

0 comments on commit 8687711

Please sign in to comment.