File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ previous stage) as the first argument.
58
58
./contrib/macdeploy/gen-sdk ' /path/to/Xcode.app'
59
59
```
60
60
61
- The ` sha256sum ` of the generated TAR.GZ archive should be ` e7ca56bc8804d16624fad68be2e71647747d6629cacaaa3de5fbfa7f444e9eae ` .
61
+ The ` sha256sum ` of the generated TAR.GZ archive should be ` df75d30ecafc429e905134333aeae56ac65fac67cb4182622398fd717df77619 ` .
62
62
63
63
## Deterministic macOS DMG Notes
64
64
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ def run():
95
95
tarinfo .uid , tarinfo .uname = 0 , ''
96
96
tarinfo .gid , tarinfo .gname = 0 , ''
97
97
# don't use isdir() as there are also executable files present
98
- tarinfo .mode = 0o0755 if tarinfo .mode & 0o0100 else 0x0644
98
+ tarinfo .mode = 0o0755 if tarinfo .mode & 0o0100 else 0o0644
99
99
return tarinfo
100
100
with cd (dir_to_add ):
101
101
# recursion already adds entries in sorted order
You can’t perform that action at this time.
0 commit comments