Skip to content

Commit

Permalink
Tools: Revert CI issue
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent22 committed Feb 5, 2023
1 parent c6e993b commit 2f9464f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app-desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "main.js",
"private": true,
"scripts": {
"dist": "yarn run electronRebuild && yarn run electronBuilder",
"dist": "yarn run electronRebuild && npx electron-builder",
"build": "gulp build",
"postinstall": "yarn run build",
"electronBuilder": "gulp electronBuilder",
Expand Down
4 changes: 4 additions & 0 deletions packages/app-desktop/tools/electronBuilder.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Note: this is not working because electron-builder needs access to env
// variables which are not defined in this context. To make it work, we'll need
// to somehow pass this to the execCommand call.

const execCommand = require('./execCommand');

async function main() {
Expand Down

0 comments on commit 2f9464f

Please sign in to comment.