summaryrefslogtreecommitdiffstats
path: root/build/wix/mixxx.wxs
diff options
context:
space:
mode:
authorDaniel Schürmann <daschuer@mixxx.org>2018-04-15 13:28:42 +0200
committerDaniel Schürmann <daschuer@mixxx.org>2018-04-15 13:28:42 +0200
commitd34c270d327962c0c6aa8c87d14799e0f8b2a453 (patch)
treee7498399eaa4bbb8a4d7b3e1d5afe4540ada2641 /build/wix/mixxx.wxs
parent7b7df2c95231376db314c91e33dc01020c647e31 (diff)
Install the PDB files by default
Diffstat (limited to 'build/wix/mixxx.wxs')
-rw-r--r--build/wix/mixxx.wxs2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/wix/mixxx.wxs b/build/wix/mixxx.wxs
index 04ce95e4ac..6c8ed85c2a 100644
--- a/build/wix/mixxx.wxs
+++ b/build/wix/mixxx.wxs
@@ -409,7 +409,7 @@
Description="!(loc.FeaturePDBDescription)"
AllowAdvertise='no'
InstallDefault='local'
- Level="10">
+ Level="1">
<ComponentGroupRef Id='mainPDBCompGroup' />
</Feature>
<?endif?>