cmake: Add commit hash to installer file name
This commit is contained in:
parent
2ba8e9a994
commit
aeb34450f6
|
@ -23,7 +23,7 @@ DefaultGroupName={#MyAppName}
|
||||||
AllowNoIcons=yes
|
AllowNoIcons=yes
|
||||||
LicenseFile="@PROJECT_SOURCE_DIR@/LICENSE"
|
LicenseFile="@PROJECT_SOURCE_DIR@/LICENSE"
|
||||||
OutputDir="@CMAKE_INSTALL_PREFIX@/../"
|
OutputDir="@CMAKE_INSTALL_PREFIX@/../"
|
||||||
OutputBaseFilename=obs-stream-effects-{#MyAppVersion}
|
OutputBaseFilename=obs-stream-effects-{#MyAppVersion}-@PROJECT_COMMIT@
|
||||||
Compression=lzma
|
Compression=lzma
|
||||||
SolidCompression=yes
|
SolidCompression=yes
|
||||||
VersionInfoVersion={#MyAppVersion}
|
VersionInfoVersion={#MyAppVersion}
|
||||||
|
@ -111,4 +111,4 @@ begin
|
||||||
UnInstallOldVersion();
|
UnInstallOldVersion();
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
|
Loading…
Reference in New Issue