Skip to content

Commit

Permalink
Fix issue #43
Browse files Browse the repository at this point in the history
  • Loading branch information
laguiz committed Aug 23, 2016
1 parent 8e0dc81 commit babf484
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ trait GenericPackageSettings
(file, name) <- mappings
if !file.isDirectory
if name startsWith "conf/"
} yield name
} yield WixHelper.cleanStringForId(name)
val menuLinks =
WindowsFeature(
id="AddConfigLinks",
Expand Down

0 comments on commit babf484

Please sign in to comment.