feat: enabled windows version update for stable (#288126)

* feat: enabled windows version update for stable

* chore: update setup file

* temp: bump distro

* chore: fix electron re-download

* fix: oss callsite in updateservice

* chore: simplify check in tunnel-forwarding
This commit is contained in:
Robo
2026-01-19 21:16:20 +09:00
committed by GitHub
parent c0828d057e
commit 6543b51327
15 changed files with 278 additions and 1944 deletions

View File

@@ -0,0 +1,7 @@
@echo off
setlocal
set VSCODE_DEV=
set ELECTRON_RUN_AS_NODE=1
"%~dp0..\@@NAME@@.exe" "%~dp0..\@@VERSIONFOLDER@@\resources\app\out\cli.js" %*
IF %ERRORLEVEL% NEQ 0 EXIT /b %ERRORLEVEL%
endlocal