mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-11-11 19:29:28 +00:00
chore(deps): Updated to Theia 1.39.0 (#2144)
- update Theia to `1.39.0`, - remove the application packager and fix the security vulnerabilities, - bundle the backed application with `webpack`, and - enhance the developer docs. Co-authored-by: Akos Kitta <a.kitta@arduino.cc> Co-authored-by: per1234 <accounts@perglass.com> Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
This commit is contained in:
8
electron-app/scripts/utils.js
Normal file
8
electron-app/scripts/utils.js
Normal file
@@ -0,0 +1,8 @@
|
||||
// @ts-check
|
||||
'use strict';
|
||||
|
||||
// const isElectronPublish = false; // TODO: support auto-updates
|
||||
const isNightly = process.env.IS_NIGHTLY === 'true';
|
||||
const isRelease = process.env.IS_RELEASE === 'true';
|
||||
|
||||
module.exports = { isNightly, isRelease };
|
||||
Reference in New Issue
Block a user