add missing program group name to setup
Why does the compiler not warn about this...
This commit is contained in:
parent
2d43cae88e
commit
0c681c8903
|
@ -11,6 +11,7 @@ AppName={#MyAppName}
|
||||||
AppVerName={#MyAppName}
|
AppVerName={#MyAppName}
|
||||||
DefaultDirName={commonappdata}\{#MyAppName}
|
DefaultDirName={commonappdata}\{#MyAppName}
|
||||||
DisableProgramGroupPage=yes
|
DisableProgramGroupPage=yes
|
||||||
|
DefaultGroupName=Berserker's Multiworld
|
||||||
OutputDir=setups
|
OutputDir=setups
|
||||||
OutputBaseFilename=Setup {#MyAppName}
|
OutputBaseFilename=Setup {#MyAppName}
|
||||||
Compression=lzma2
|
Compression=lzma2
|
||||||
|
|
Loading…
Reference in New Issue