We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9883a9f commit 336b1cdCopy full SHA for 336b1cd
src/BuildProcess/CompressApplication.php
@@ -65,7 +65,7 @@ public function __invoke()
65
*/
66
protected function compressApplicationOnMac()
67
{
68
- (new Process(['zip', '-r', $this->buildPath.'/app.zip', '.'], $this->appPath))->mustRun();
+ (new Process(['zip', '-r -9', $this->buildPath.'/app.zip', '.'], $this->appPath))->mustRun();
69
}
70
71
/**
0 commit comments