Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

EnvironmentVariables

Shirasawa edited this page Mar 20, 2020 · 1 revision

环境变量 - EnvironmentVariables

这些变量在调试启动器或者开发插件的时候可能会有帮助

使用 - Usage

Windows:

set 变量名=值
PureLauncher.exe

Linux/MacOS:

变量名=值 PureLauncher.exe

变量列表 - List

  • DEV: boolean (是否开启启动器的调试模式)
  • PORT: number (PureLauncher协议的HTTP服务器端口, 默认46781)
  • DEV_PLUGIN: string (当前调试插件的路径)
  • DEV_SERVER_HOME: boolean (是否开启自定义服务器页面的调试模式)
Clone this wiki locally