mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-11-09 10:28:32 +00:00
Yet another attempt to fix the build.
Signed-off-by: Akos Kitta <kittaakos@typefox.io>
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
const fs = require('fs');
|
||||
const join = require('path').join;
|
||||
const shell = require('shelljs');
|
||||
shell.env.THEIA_ELECTRON_SKIP_REPLACE_FFMPEG = '1';
|
||||
const utils = require('./utils');
|
||||
const { version, release } = utils.versionInfo();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user