From aeb34450f6e2bffb9b4c09eec9905100ea468cbb Mon Sep 17 00:00:00 2001 From: Michael Fabian 'Xaymar' Dirks Date: Sun, 13 Oct 2019 05:43:45 +0200 Subject: [PATCH] cmake: Add commit hash to installer file name --- cmake/installer.iss.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/installer.iss.in b/cmake/installer.iss.in index 1a1b5a7f..3e7e8ca0 100644 --- a/cmake/installer.iss.in +++ b/cmake/installer.iss.in @@ -23,7 +23,7 @@ DefaultGroupName={#MyAppName} AllowNoIcons=yes LicenseFile="@PROJECT_SOURCE_DIR@/LICENSE" OutputDir="@CMAKE_INSTALL_PREFIX@/../" -OutputBaseFilename=obs-stream-effects-{#MyAppVersion} +OutputBaseFilename=obs-stream-effects-{#MyAppVersion}-@PROJECT_COMMIT@ Compression=lzma SolidCompression=yes VersionInfoVersion={#MyAppVersion} @@ -111,4 +111,4 @@ begin UnInstallOldVersion(); end; end; -end; \ No newline at end of file +end;