Skip to content

Commit

Permalink
Merge pull request #1964 from devinbileck/remove-nix-scripts
Browse files Browse the repository at this point in the history
Remove *nix scripts on Windows
  • Loading branch information
ManfredKarrer authored Nov 25, 2018
2 parents feb6e64 + 8cede5c commit 61deb05
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ configure([project(':desktop'),

if (osdetector.os != 'windows')
delete fileTree(dir: rootProject.projectDir, include: 'bisq-*.bat')
else
delete fileTree(dir: rootProject.projectDir, include: 'bisq-*', exclude: '*.bat')
}
}

Expand Down

0 comments on commit 61deb05

Please sign in to comment.