File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ on_success:
31
31
32
32
on_failure :
33
33
- ps : postCommitStatus "failure"
34
+ - cmd : type target\windows\scala.wxs
34
35
35
36
cache :
36
37
- C:\sbt
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ object Wix {
39
39
// enable -Xfatal-warnings again in scalacOptions in project/plugins.sbt
40
40
val (bin, binDirXml0) = generateComponentsAndDirectoryXml(stage / " bin" )
41
41
val (doc, docDirXml) = generateComponentsAndDirectoryXml(stage / " doc" , " doc_" )
42
- val (lib, libDirXml) = generateComponentsAndDirectoryXml(stage / " lib" )
42
+ val (lib, libDirXml) = generateComponentsAndDirectoryXml(stage / " lib" , " lib_ " )
43
43
val (api, apiDirXml) = generateComponentsAndDirectoryXml(stageApi / " api" , " api_" )
44
44
45
45
// add component that adds bin folder to path
You can’t perform that action at this time.
0 commit comments