Skip to content

Commit 9ae6a9e

Browse files
Shut up, zip!
1 parent 91c670f commit 9ae6a9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/build.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@ try {
129129
console.log('\x1b[33mRemoved existing zip file\x1b[0m');
130130
}
131131

132-
// Create zip file using native zip command with maximum compression
133-
execSync(`cd "${distPath}" && zip -9 -r "${zipFileName}" mac/Sploder.app`, { stdio: 'inherit' });
132+
// Create zip file using native zip command with maximum compression (silent)
133+
execSync(`cd "${distPath}" && zip -q -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)