mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 07:04:45 +00:00
fix: remove missing examples dir from build script
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
1b988028ad
commit
85124464c5
1 changed files with 0 additions and 1 deletions
|
|
@ -125,7 +125,6 @@ for platform in "${PLATFORMS[@]}"; do
|
|||
cp dist/modes/interactive/theme/*.json binaries/$platform/theme/
|
||||
cp -r dist/core/export-html binaries/$platform/
|
||||
cp -r docs binaries/$platform/
|
||||
cp -r examples binaries/$platform/
|
||||
|
||||
# Copy koffi native module for Windows (needed for VT input support)
|
||||
if [[ "$platform" == "windows-x64" ]]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue