diff options
author | Louie S <louie@example.com> | 2023-09-19 15:16:16 -0400 |
---|---|---|
committer | Louie S <louie@example.com> | 2023-09-19 15:16:16 -0400 |
commit | 1866dd507d0e36ef4cadef454424865358f435ca (patch) | |
tree | ed4976f629d3fee65eb946cae485ec8f4d70c7da /src/Info.plist | |
parent | 24630a5f215cfc949bac6faa9864b8ed29ee4594 (diff) |
Diffstat (limited to 'src/Info.plist')
-rw-r--r-- | src/Info.plist | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/Info.plist b/src/Info.plist index 111baae..4b831c3 100644 --- a/src/Info.plist +++ b/src/Info.plist @@ -3,11 +3,13 @@ <plist version="1.0"> <dict> <key>CFBundleIdentifier</key> - <string><!-- VALUE --></string> + <string>NSIS</string> <key>CFBundleName</key> - <string><!-- VALUE --></string> + <string>NSIS</string> <key>DocSetPlatformFamily</key> - <string><!-- VALUE --></string> + <string>nsis</string> + <key>dashIndexFilePath</key> + <string>Docs/Contents.html</string> <key>isDashDocset</key> <true/> </dict> |