mirror of
https://github.com/coder/code-server.git
synced 2026-09-17 04:56:08 +02:00
Add a windows launcher to the standalone release (#7984)
This commit is contained in:
8
ci/build/code-server.cmd
Normal file
8
ci/build/code-server.cmd
Normal 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%" %*
|
||||
Reference in New Issue
Block a user