mirror of
https://github.com/angryip/ipscan.git
synced 2025-10-26 11:18:17 +00:00
see if cp -rp works on Mac
This commit is contained in:
parent
ece7cd6edc
commit
dfc7fb8a1e
@ -220,7 +220,7 @@ def rpm(def platform, def arch) {
|
||||
def macLauncher(def platform) {
|
||||
def dist = buildDir.path + '/libs'
|
||||
def name = 'Angry IP Scanner'
|
||||
exec("cp -ra ext/mac-bundle/. $dist")
|
||||
exec("cp -rp ext/mac-bundle/. $dist")
|
||||
ant.copy(todir: dist) {
|
||||
ant.fileset(dir: "ext/mac-bundle")
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user