We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32ddcac commit d000760Copy full SHA for d000760
wix/swift-format.wxs
@@ -13,10 +13,10 @@
13
Manufacturer="dt.compnerd.org" />
14
15
<!-- NOTE(compnerd) use pre-3.0 schema for better compatibility. -->
16
- <Media Id="1" Cabinet="swift-format.cab" EmbedCab="yes" />
+ <Media Id="1" Cabinet="swift_format.cab" EmbedCab="yes" />
17
18
<?ifdef INCLUDE_DEBUG_INFO?>
19
- <Media Id="2" Cabinet="swift-format_PDBs.cab" EmbedCab="yes" />
+ <Media Id="2" Cabinet="swift_format_PDBs.cab" EmbedCab="yes" />
20
<?endif?>
21
22
<!-- Directory Structure -->
0 commit comments