From 6428e1f6613bd093e10595c78c46299eb01264e5 Mon Sep 17 00:00:00 2001 From: Ant Browser Release Bot Date: Fri, 13 Mar 2026 23:43:20 +0800 Subject: [PATCH] publish: 1.0.0 snapshot (ed9344e) channel: master version: 1.0.0 source-ref: master published-at-utc: 2026-03-13T15:43:20Z --- bat/README.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/bat/README.md b/bat/README.md index c1fefe0d..5a8675cb 100644 --- a/bat/README.md +++ b/bat/README.md @@ -32,6 +32,39 @@ bat\build.bat bat\publish.bat ``` +默认依赖路径: + +```text +MAKENSIS_PATH -> 直接指向 makensis.exe +NSIS_PATH -> NSIS 目录或 makensis.exe +NSIS_HOME -> NSIS 安装目录 +PATH -> where makensis.exe +``` + +默认兜底目录: + +```text +C:\Program Files (x86)\NSIS\makensis.exe +C:\Program Files\NSIS\makensis.exe +``` + +脚本使用的项目路径: + +```text +输入: +- build\bin\ant-chrome.exe +- publish\config.init.yaml +- bin\xray.exe +- bin\sing-box.exe +- chrome\ + +临时目录: +- publish\staging\ + +输出: +- publish\output\AntBrowser-Setup-.exe +``` + 产物: ```text