* feat: create versioned resources for windows setup
* chore: use inno_updater to remove old installation
* chore: remove old installation as part of setup
* chore: update explorer-command
* chore: prefer session-end
* chore: uninst delete updating_version
* chore: make session-ending write synchronous
* chore: cleanup updateService.win32.ts
* chore: invoke inno_updater gc path for non background update
* chore: move session-end path to runtime
* chore: use commit for updating_version
* chore: fix invalid string
* chore: set appUpdate path
* chore: update inno_updater
* chore: empty commit for testing
* chore: some cleanups
1) Check for session-ending flag in appx and tunnel callsites
2) Move gc for background update to cleanup phase in updateservice
3) Set update state to ready when there is a running inno_setup
* chore: disallow same version update
* chore: disallow application launch in the middle of update
* chore: empty commit for testing
* chore: bump inno_updater
* chore: empty commit for testing
* chore: move gc to update startup
* chore: move feature behind insider only check
* chore: bump inno_updater
* chore: bump explorer-command
* fix: build
* fix: gc for background update in system setup
* chore: create separate cli entrypoints for build
* fix: check for setup mutex created by inno
* chore: remove problematic updatingVersionPath deletion
* chore: remove redundant update check
* chore: bump inno_updater
* chore: fix build
* chore: bump inno updater
Refs https://github.com/microsoft/vscode/issues/212494
When using the default ANGLE gl/gles backend, v1.90 attempts
to get display refresh rate for vsync from an internal implementation
instead of using the gl extension EGL_CHROMIUM_sync_control,
this eventually ends up loading display info from XRandr and chromium
attempts to set a label for the data from the shipped resource pak
file that is not accessible to the gpu process triggering a SIGTRAP
in ui::ResourceBundle::GetSharedInstance.
This software is not a plain text editor, and it's definitely not a file manager.
Advertising compatibility with such overrides default OS handlers on many distributions, unnecessarily.
* Fix: Fixed glibc version detection bug in check-requirements-linux.sh
- Existing detection scripts simply use the `awk` command to record the version number in the `libstdc++.so` filename,
- but in some specific versions of glibc++, the detailed version number is not indicated in the filename,
- so we need to use a script to read the current version of GLIBCXX in the environment to see if it meets the expectations.
Co-authored-by: chengy-sysu <939416532@qq.com>
* Update check-requirements-linux.sh
fix Indent
* fix: Using grep and sed to replace strings command
Since some Linux distributions do not come with GNU binutils pre-installed,
the `strings` command does not fit on all platforms,
so we use `grep` and `sed` instead of `strings`.
Co-authored-by: chengy-sysu <939416532@qq.com>
* fix: boundary case of check-requirements-linux.sh
Co-authored-by: chengy-sysu <939416532@qq.com>
* fix: Using grep and sed to replace strings command
Since some Linux distributions do not come with GNU binutils pre-installed,
the `strings` command does not fit on all platforms,
so we use `grep` and `sed` instead of `strings`.
Co-authored-by: chengy-sysu <939416532@qq.com>
* fix: skip glibcxx check on alpine
---------
Co-authored-by: chengy-sysu <939416532@qq.com>
Co-authored-by: deepak1556 <hop2deep@gmail.com>