build: stop producing a disk image

"targets": "all" built a 90MB DMG on every single build, for nobody:
this is installed to /Applications by copying the .app. Building only
the app also shortens each build.

A full rebuild from an empty target directory takes 78 seconds, so the
cache is worth clearing when it grows rather than hoarding.
This commit is contained in:
vincent
2026-08-29 22:07:59 +02:00
parent 832a8f0f26
commit ad29f57e65
+1 -1
View File
@@ -36,7 +36,7 @@
},
"bundle": {
"active": true,
"targets": "all",
"targets": ["app"],
"icon": [
"icons/32x32.png",
"icons/128x128.png",