Skip to content

Commit 91c670f

Browse files
Maximum compression
1 parent baf73ac commit 91c670f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ try {
130130
}
131131

132132
// Create zip file using native zip command with maximum compression
133-
execSync(`cd "${distPath}" && zip -0 -r "${zipFileName}" mac/Sploder.app`, { stdio: 'inherit' });
133+
execSync(`cd "${distPath}" && zip -9 -r "${zipFileName}" mac/Sploder.app`, { stdio: 'inherit' });
134134

135135
// Check and log the final zip file size
136136
if (fs.existsSync(zipFilePath)) {

0 commit comments

Comments
 (0)