Skip to content

Commit 1adeef0

Browse files
committed
preserve file timestamps on macos build zip
1 parent 47f925b commit 1adeef0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,7 @@ task removeGroupWritePermission(type: Exec) {
307307
task packageZipDistribution(type: Zip) {
308308
archiveFileName = "Sparrow-${sparrowVersion}.zip"
309309
destinationDirectory = file("$buildDir/jpackage")
310+
preserveFileTimestamps = os.macOsX
310311
from("$buildDir/jpackage/") {
311312
include "Sparrow/**"
312313
include "Sparrow.app/**"

0 commit comments

Comments
 (0)