Эх сурвалжийг харах

Disable the "Directory already exists" warning in Windows installer

Because of course the directory exists, it's a plugin.
tt2468 2 жил өмнө
parent
commit
056422b261

+ 1 - 0
cmake/bundle/windows/installer-Windows.iss.in

@@ -19,6 +19,7 @@ DefaultGroupName={#MyAppName}
 OutputBaseFilename={#MyAppName}-{#MyAppVersion}-Windows-Installer
 Compression=lzma
 SolidCompression=yes
+DirExistsWarning=no
 
 [Languages]
 Name: "english"; MessagesFile: "compiler:Default.isl"