Skip to content

Commit

Permalink
fix: electron-builder loses *.obj file
Browse files Browse the repository at this point in the history
Close #2022
  • Loading branch information
develar committed Sep 1, 2017
1 parent 966d025 commit 723441e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"env-paths": "^1.0.0",
"finalhandler": "^1.0.4",
"gitbook-plugin-analytics": "^0.2.1",
"gitbook-plugin-develar-toolbar-buttons": "^1.0.1",
"gitbook-plugin-develar-toolbar-buttons": "^1.0.2",
"gitbook-plugin-edit-link": "^2.0.2",
"gitbook-plugin-github": "^2.0.0",
"gitbook-plugin-github-buttons": "^2.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/electron-builder/src/fileMatcher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ export function getMainFileMatchers(appDir: string, destination: string, macroEx
}

patterns.push("!**/node_modules/*/{README.md,karma.conf.js,.coveralls.yml,readme.markdown,README,readme.md,readme,test,__tests__,tests,powered-test,example,examples}")
patterns.push(`!**/*.{iml,hprof,orig,pyc,pyo,rbc,swp,csproj,sln,xproj,cc,obj,pdb}`)
patterns.push(`!**/*.{iml,hprof,orig,pyc,pyo,rbc,swp,csproj,sln,xproj,cc,pdb}`)
patterns.push("!**/._*")
patterns.push("!**/electron-builder.{yaml,yml,json,json5,toml}")
//noinspection SpellCheckingInspection
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1538,9 +1538,9 @@ gitbook-plugin-analytics@^0.2.1:
version "0.2.1"
resolved "https://registry.yarnpkg.com/gitbook-plugin-analytics/-/gitbook-plugin-analytics-0.2.1.tgz#272056a03c7edb5a800860b318e29e6bcdc22522"

gitbook-plugin-develar-toolbar-buttons@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/gitbook-plugin-develar-toolbar-buttons/-/gitbook-plugin-develar-toolbar-buttons-1.0.1.tgz#dcee97700eb9fa0f56ce9604a76ae0244e952ea1"
gitbook-plugin-develar-toolbar-buttons@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/gitbook-plugin-develar-toolbar-buttons/-/gitbook-plugin-develar-toolbar-buttons-1.0.2.tgz#3e9c57b325801548f1b8d23e32f89b394a94b8ee"

gitbook-plugin-edit-link@^2.0.2:
version "2.0.2"
Expand Down

0 comments on commit 723441e

Please sign in to comment.