Skip to content

Commit

Permalink
preserve file timestamps on macos build zip
Browse files Browse the repository at this point in the history
  • Loading branch information
craigraw committed Aug 20, 2024
1 parent 47f925b commit 1adeef0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,7 @@ task removeGroupWritePermission(type: Exec) {
task packageZipDistribution(type: Zip) {
archiveFileName = "Sparrow-${sparrowVersion}.zip"
destinationDirectory = file("$buildDir/jpackage")
preserveFileTimestamps = os.macOsX
from("$buildDir/jpackage/") {
include "Sparrow/**"
include "Sparrow.app/**"
Expand Down

0 comments on commit 1adeef0

Please sign in to comment.