We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cb9d8a commit 8328cbfCopy full SHA for 8328cbf
1 file changed
electron-builder.json
@@ -66,24 +66,24 @@
66
"gatekeeperAssess": false,
67
"notarize": false,
68
"signIgnore": [
69
- "**/*.py",
70
- "**/*.pyc",
71
- "**/*.pyo",
72
- "**/*.pyi",
73
- "**/*.typed",
74
- "**/*.txt",
75
- "**/*.md",
76
- "**/*.rst",
77
- "**/*.json",
78
- "**/*.yaml",
79
- "**/*.yml",
80
- "**/*.toml",
81
- "**/*.cfg",
82
- "**/*.ini",
83
- "**/*.csv",
84
- "**/*.html",
85
- "**/*.css",
86
- "**/*.map"
+ ".*\\.py$",
+ ".*\\.pyc$",
+ ".*\\.pyo$",
+ ".*\\.pyi$",
+ ".*\\.typed$",
+ ".*\\.txt$",
+ ".*\\.md$",
+ ".*\\.rst$",
+ ".*\\.json$",
+ ".*\\.yaml$",
+ ".*\\.yml$",
+ ".*\\.toml$",
+ ".*\\.cfg$",
+ ".*\\.ini$",
+ ".*\\.csv$",
+ ".*\\.html$",
+ ".*\\.css$",
+ ".*\\.map$"
87
],
88
"extendInfo": {
89
"CFBundleURLTypes": [
0 commit comments