Skip to content

Commit

Permalink
test beforePack
Browse files Browse the repository at this point in the history
  • Loading branch information
balajiv113 committed Nov 23, 2022
1 parent 7f1d375 commit fca2a68
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 11 deletions.
3 changes: 3 additions & 0 deletions electron-builder-fix-env.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
exports.default = async function(context) {
delete process.env.GYP_MSVS_VERSION
}
2 changes: 2 additions & 0 deletions electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ directories:

appId: "org.ferdium.ferdium-app"

beforePack: './electron-builder-fix-env.js'

publish:
provider: github

Expand Down
31 changes: 20 additions & 11 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fca2a68

Please sign in to comment.