Skip to content

Commit

Permalink
Update appdmg.js
Browse files Browse the repository at this point in the history
Applies temporary fix as per LinusU#218 (comment)
  • Loading branch information
WolfieZero authored Oct 11, 2023
1 parent bb0f693 commit 1d3e881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/appdmg.js
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ module.exports = exports = function (options) {
]

if (os.arch() !== 'arm64') {
args.push('--openfolder', global.temporaryMountPath)
// args.push('--openfolder', global.temporaryMountPath)
}

util.sh('bless', args, next)
Expand Down

0 comments on commit 1d3e881

Please sign in to comment.