We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e872086 commit d429954Copy full SHA for d429954
‎lib/appdmg.js‎
@@ -397,7 +397,7 @@ module.exports = exports = function (options) {
397
398
pipeline.addStep('Blessing image', function (next) {
399
// Blessing does not work for APFS disk images
400
- if (global.opts.filesystem != "APFS") {
+ if (global.opts.filesystem !== 'APFS') {
401
const args = [
402
'--folder', global.temporaryMountPath
403
]
0 commit comments