Skip to content

Commit 8328cbf

Browse files
committed
chore: update build yml file
1 parent 1cb9d8a commit 8328cbf

1 file changed

Lines changed: 18 additions & 18 deletions

File tree

electron-builder.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -66,24 +66,24 @@
6666
"gatekeeperAssess": false,
6767
"notarize": false,
6868
"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"
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$"
8787
],
8888
"extendInfo": {
8989
"CFBundleURLTypes": [

0 commit comments

Comments
 (0)