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:
@@ -60,6 +60,8 @@ const result = await Bun.build({
|
|||||||
'MACRO.BUILD_TIME': JSON.stringify(new Date().toISOString()),
|
'MACRO.BUILD_TIME': JSON.stringify(new Date().toISOString()),
|
||||||
'MACRO.ISSUES_EXPLAINER':
|
'MACRO.ISSUES_EXPLAINER':
|
||||||
JSON.stringify('report the issue at https://github.com/anthropics/claude-code/issues'),
|
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: [
|
plugins: [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user