Merge pull request #34 from auriti/fix/macro-package-url

fix: define MACRO.PACKAGE_URL in build script to fix auto-update
This commit is contained in:
Kevin Codex
2026-04-02 09:09:43 +08:00
committed by GitHub

View File

@@ -60,6 +60,8 @@ const result = await Bun.build({
'MACRO.BUILD_TIME': JSON.stringify(new Date().toISOString()),
'MACRO.ISSUES_EXPLAINER':
JSON.stringify('report the issue at https://github.com/anthropics/claude-code/issues'),
'MACRO.PACKAGE_URL': JSON.stringify('@gitlawb/openclaude'),
'MACRO.NATIVE_PACKAGE_URL': 'undefined',
},
plugins: [
{