feat: azooKey_dictionary_builderの機能をCliToolに統合

This commit is contained in:
Miwa / Ensan
2025-05-04 12:45:30 +09:00
parent 30d170f710
commit cf47927ed9
3 changed files with 457 additions and 4 deletions

View File

@ -20,8 +20,8 @@ else
fi
# Copy Required Resources
cp -R .build/release/llama.framework /usr/local/lib/
sudo cp -R .build/release/llama.framework /usr/local/lib/
# add rpath
install_name_tool -add_rpath /usr/local/lib/ .build/release/CliTool
# Install
cp -f .build/release/CliTool /usr/local/bin/anco
sudo cp -f .build/release/CliTool /usr/local/bin/anco