You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`Electron semver validation failed for version: '${rawElectronVersion}'.`
15
+
);
16
+
}
11
17
constplatform=electronPlatform();
12
18
constversion=awaitgetVersion();
13
19
/** @type {string|unknown} */
@@ -18,7 +24,7 @@ async function run() {
18
24
'--publish',
19
25
'never',
20
26
'-c.electronVersion',
21
-
semver.clean(electronVersion.replace(/^\^/,'')),
27
+
electronVersion,
22
28
'-c.extraMetadata.version',
23
29
version,
24
30
// overrides the `name` in the `package.json` to keep the `localStorage` location. (https://github.com/arduino/arduino-ide/pull/2144#pullrequestreview-1554005028)
0 commit comments