mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-07-14 06:46:36 +00:00
Fixed the app packager on Windows.
Signed-off-by: Akos Kitta <kittaakos@typefox.io>
This commit is contained in:
parent
f36d261dcd
commit
8eaf03a299
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -44,7 +44,6 @@ jobs:
|
|||||||
- name: Package
|
- name: Package
|
||||||
shell: bash
|
shell: bash
|
||||||
env:
|
env:
|
||||||
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: true
|
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
AC_USERNAME: ${{ secrets.AC_USERNAME }}
|
AC_USERNAME: ${{ secrets.AC_USERNAME }}
|
||||||
AC_PASSWORD: ${{ secrets.AC_PASSWORD }}
|
AC_PASSWORD: ${{ secrets.AC_PASSWORD }}
|
||||||
|
@ -9,6 +9,7 @@
|
|||||||
const isCI = require('is-ci');
|
const isCI = require('is-ci');
|
||||||
shell.env.THEIA_ELECTRON_SKIP_REPLACE_FFMPEG = '1'; // Do not run the ffmpeg validation for the packager.
|
shell.env.THEIA_ELECTRON_SKIP_REPLACE_FFMPEG = '1'; // Do not run the ffmpeg validation for the packager.
|
||||||
shell.env.NODE_OPTIONS = '--max_old_space_size=4096'; // Increase heap size for the CI
|
shell.env.NODE_OPTIONS = '--max_old_space_size=4096'; // Increase heap size for the CI
|
||||||
|
shell.env.PUPPETEER_SKIP_CHROMIUM_DOWNLOAD = 'true'; // Skip download and avoid `ERROR: Failed to download Chromium`.
|
||||||
const template = require('./config').generateTemplate(new Date().toISOString());
|
const template = require('./config').generateTemplate(new Date().toISOString());
|
||||||
const utils = require('./utils');
|
const utils = require('./utils');
|
||||||
const merge = require('deepmerge');
|
const merge = require('deepmerge');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user