mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-05-18 23:49:02 +00:00
4 lines
108 B
NSIS
4 lines
108 B
NSIS
!macro customInstallMode
|
|
; 跳过“选择安装类型”页面,直接进入下一步
|
|
Abort
|
|
!macroend
|