File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ on_success:
3131
3232on_failure :
3333 - ps : postCommitStatus "failure"
34+ - cmd : type target\windows\scala.wxs
3435
3536cache :
3637 - C:\sbt
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ object Wix {
3939 // enable -Xfatal-warnings again in scalacOptions in project/plugins.sbt
4040 val (bin, binDirXml0) = generateComponentsAndDirectoryXml(stage / " bin" )
4141 val (doc, docDirXml) = generateComponentsAndDirectoryXml(stage / " doc" , " doc_" )
42- val (lib, libDirXml) = generateComponentsAndDirectoryXml(stage / " lib" )
42+ val (lib, libDirXml) = generateComponentsAndDirectoryXml(stage / " lib" , " lib_ " )
4343 val (api, apiDirXml) = generateComponentsAndDirectoryXml(stageApi / " api" , " api_" )
4444
4545 // add component that adds bin folder to path
You can’t perform that action at this time.
0 commit comments