1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-07-16 00:14:34 +02:00

Tools: Revert CI issue

This commit is contained in:
Laurent Cozic
2023-02-05 19:10:17 +00:00
parent c6e993b04a
commit 2f9464f21f
2 changed files with 5 additions and 1 deletions

View File

@ -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() {