diff --git a/PlaylistDownloader.exe b/PlaylistDownloader.exe index 163e3c3..712ba53 100644 Binary files a/PlaylistDownloader.exe and b/PlaylistDownloader.exe differ diff --git a/PlaylistDownloader.zip b/PlaylistDownloader.zip index 26ab4f6..0d20bcd 100644 Binary files a/PlaylistDownloader.zip and b/PlaylistDownloader.zip differ diff --git a/PlaylistDownloader/Installer/PlaylistDownloaderInstallerScript.nsi b/PlaylistDownloader/Installer/PlaylistDownloaderInstallerScript.nsi index 296c530..6ab1a4f 100644 --- a/PlaylistDownloader/Installer/PlaylistDownloaderInstallerScript.nsi +++ b/PlaylistDownloader/Installer/PlaylistDownloaderInstallerScript.nsi @@ -9,7 +9,7 @@ Unicode True !insertmacro MUI_UNPAGE_INSTFILES !insertmacro MUI_LANGUAGE "English" -Name "PlaylistDownloader 1.12.0" +Name "PlaylistDownloader 1.12.1" BrandingText "" OutFile "C:\Users\Bert\Documents\repos\PlaylistDownloader\PlaylistDownloader\Installer\Output\PlaylistDownloader.exe" InstallDir "$PROGRAMFILES\PlaylistDownloader" @@ -25,6 +25,13 @@ Section -InstallDelete RMDir /r "$INSTDIR" SectionEnd +Section "Visual C++ Runtime" + SetOutPath "$INSTDIR" + File ".\vcredist_x86.exe" + ExecWait "$INSTDIR\vcredist_x86.exe /install /passive" + Delete "$INSTDIR\vcredist_x86.exe" +SectionEnd + Section -Files SetOutPath "$INSTDIR" File /r "..\PlaylistDownloader\bin\Release\*" diff --git a/PlaylistDownloader/Installer/vcredist_x86.exe b/PlaylistDownloader/Installer/vcredist_x86.exe new file mode 100644 index 0000000..ba3562e Binary files /dev/null and b/PlaylistDownloader/Installer/vcredist_x86.exe differ diff --git a/README.md b/README.md index c42e747..c420c70 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -PlaylistDownloader 1.11.0 +PlaylistDownloader 1.12.1 ========================= Download your whole playlist with one click of a button @@ -34,4 +34,4 @@ Then use the "Test Explorer" window to run the tests ChangeLog ========= -https://github.com/bertyhell/PlaylistDownloader/releases \ No newline at end of file +https://github.com/bertyhell/PlaylistDownloader/releases