mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-11-02 12:26:45 +00:00
preserve file timestamps on macos build zip
This commit is contained in:
parent
47f925b677
commit
1adeef04db
1 changed files with 1 additions and 0 deletions
|
@ -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/**"
|
||||
|
|
Loading…
Reference in a new issue