We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baf73ac commit 91c670fCopy full SHA for 91c670f
1 file changed
scripts/build.js
@@ -130,7 +130,7 @@ try {
130
}
131
132
// Create zip file using native zip command with maximum compression
133
- execSync(`cd "${distPath}" && zip -0 -r "${zipFileName}" mac/Sploder.app`, { stdio: 'inherit' });
+ execSync(`cd "${distPath}" && zip -9 -r "${zipFileName}" mac/Sploder.app`, { stdio: 'inherit' });
134
135
// Check and log the final zip file size
136
if (fs.existsSync(zipFilePath)) {
0 commit comments