Replace OpenCode harness with Hermes, remove workspace dependency, and move vocabulary/corrections to app folder
This commit is contained in:
+2
-1
@@ -31,8 +31,9 @@ cp "$HERE/swift/speech-helper" "$RESOURCES_DIR/swift/"
|
||||
cp "$HERE/swift/llm-helper" "$RESOURCES_DIR/swift/"
|
||||
chmod +x "$RESOURCES_DIR/swift/speech-helper" "$RESOURCES_DIR/swift/llm-helper"
|
||||
|
||||
# Copy python files to bundle resources
|
||||
# Copy python files and bin scripts to bundle resources
|
||||
cp "$HERE"/*.py "$SRC_DIR/" 2>/dev/null || true
|
||||
cp -R "$HERE/bin" "$SRC_DIR/" 2>/dev/null || true
|
||||
if [ -f "$HERE/vocabulary.example.txt" ]; then
|
||||
cp "$HERE/vocabulary.example.txt" "$RESOURCES_DIR/"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user