Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/dmg-builder/src/dmgUtil.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
"text-size": iconTextSize,

"compression-level": Number(process.env.ELECTRON_BUILDER_COMPRESSION_LEVEL || "9"),
// filesystem: specification.filesystem || "HFS+",
Comment thread
mmaietta marked this conversation as resolved.
filesystem: specification.filesystem || "APFS",

Check failure on line 135 in packages/dmg-builder/src/dmgUtil.ts

View workflow job for this annotation

GitHub Actions / shard-plan

Property 'filesystem' does not exist on type 'DmgOptions'.

Check failure on line 135 in packages/dmg-builder/src/dmgUtil.ts

View workflow job for this annotation

GitHub Actions / Test e2e Auto Updater Linux (dockerfile-rpm, yum)

Property 'filesystem' does not exist on type 'DmgOptions'.

Check failure on line 135 in packages/dmg-builder/src/dmgUtil.ts

View workflow job for this annotation

GitHub Actions / Test e2e Auto Updater Linux (dockerfile-rpm, zypper)

Property 'filesystem' does not exist on type 'DmgOptions'.

Check failure on line 135 in packages/dmg-builder/src/dmgUtil.ts

View workflow job for this annotation

GitHub Actions / Test e2e Auto Updater Linux (dockerfile-archlinux, pacman)

Property 'filesystem' does not exist on type 'DmgOptions'.

Check failure on line 135 in packages/dmg-builder/src/dmgUtil.ts

View workflow job for this annotation

GitHub Actions / Test e2e Auto Updater Linux (dockerfile-debian, dpkg)

Property 'filesystem' does not exist on type 'DmgOptions'.

Check failure on line 135 in packages/dmg-builder/src/dmgUtil.ts

View workflow job for this annotation

GitHub Actions / Test e2e Auto Updater Linux (dockerfile-rpm, dnf)

Property 'filesystem' does not exist on type 'DmgOptions'.

Check failure on line 135 in packages/dmg-builder/src/dmgUtil.ts

View workflow job for this annotation

GitHub Actions / Test e2e Auto Updater Linux (dockerfile-rpm, rpm)

Property 'filesystem' does not exist on type 'DmgOptions'.

Check failure on line 135 in packages/dmg-builder/src/dmgUtil.ts

View workflow job for this annotation

GitHub Actions / Test e2e Auto Updater Linux (dockerfile-debian, apt)

Property 'filesystem' does not exist on type 'DmgOptions'.

Check failure on line 135 in packages/dmg-builder/src/dmgUtil.ts

View workflow job for this annotation

GitHub Actions / Test e2e Auto Updater Linux (dockerfile-appimage, true)

Property 'filesystem' does not exist on type 'DmgOptions'.

Check failure on line 135 in packages/dmg-builder/src/dmgUtil.ts

View workflow job for this annotation

GitHub Actions / Test Updater

Property 'filesystem' does not exist on type 'DmgOptions'.
format: specification.format,
size: specification.size,
shrink: specification.shrink,
Expand Down
Loading