mirror of
https://github.com/bisq-network/bisq.git
synced 2025-03-13 11:09:10 +01:00
Remove *nix scripts on Windows
Related to https://github.com/bisq-network/bisq/pull/1959 which removed .bat files on a non-Windows OS to prevent a cluttered root directory, this change will delete *nix scripts on a Windows OS.
This commit is contained in:
parent
feb6e64b75
commit
8cede5c25d
1 changed files with 2 additions and 0 deletions
|
@ -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')
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue