aboutsummaryrefslogtreecommitdiffstats
path: root/.editorconfig
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2019-09-25 13:17:31 -0700
committerGerald Combs <gerald@wireshark.org>2019-09-25 21:31:22 +0000
commitb789895c1bcb13a400ecbe7018d534f579b0faf1 (patch)
tree4899ba5acead6aa7d8f563c2b10d871cf57264f3 /.editorconfig
parent96feb2a5256a832fad785046d50ac43d35d0544d (diff)
macOS: Use dmgbuild to build our .dmg.
Scripting the Finder in order to lay out our disk image assumes that we have access to the Finder. This might not be the case on our builder, and it arguably shoudn't be. Switch from using a Bash script + AppleScript to build and lay out our .dmg to using dmgbuild, which creates our .DS_Store directly using Python's ds_store module. Change-Id: I2e4a9dd89bc8297c9cbd9df7aa8d3a44447bde85 Reviewed-on: https://code.wireshark.org/review/34623 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig
index 3b71a97d15..1bd0e713cd 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -25,7 +25,7 @@ indent_style = tab
indent_size = 8
# Python
-[*.py]
+[*.{py,py.in}]
indent_style = space
indent_size = 4