Add a windows launcher to the standalone release (#7984)

This commit is contained in:
denusklo
2026-09-09 04:27:19 +08:00
committed by GitHub
parent 322f065cf0
commit 8c8476eb76
2 changed files with 13 additions and 0 deletions

8
ci/build/code-server.cmd Normal file
View File

@@ -0,0 +1,8 @@
@echo off
rem This script is intended to be bundled into the standalone releases.
rem Runs code-server with the bundled node binary.
setlocal
set "ROOT=%~dp0.."
"%ROOT%\lib\node.exe" "%ROOT%" %*