mac archive packaging
git-svn-id: svn://10.0.0.236/trunk@157552 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
0fb4f953f1
commit
79bb4de8f9
@ -148,7 +148,7 @@ sub packit {
|
||||
if (is_windows()) {
|
||||
TinderUtils::run_shell_command "cp $package_location/../*.zip $stagedir/";
|
||||
} elsif (is_mac()) {
|
||||
die "WRITE ME!";
|
||||
TinderUtils::run_shell_command "cp $package_location/../dist/*.dmg.gz $stagedir/";
|
||||
} else {
|
||||
TinderUtils::run_shell_command "cp $package_location/../dist/*.tar.gz $stagedir/";
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user