Explorar o código

Disable the "Directory already exists" warning in Windows installer

Because of course the directory exists, it's a plugin.
tt2468 %!s(int64=2) %!d(string=hai) anos
pai
achega
056422b261
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      cmake/bundle/windows/installer-Windows.iss.in

+ 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"