first commit

This commit is contained in:
2026-01-02 19:20:35 +09:00
commit a10cb30c4a
94 changed files with 28609 additions and 0 deletions

13
run.sh Executable file
View File

@@ -0,0 +1,13 @@
#!/bin/bash
# 设置Qt插件路径
export QT_PLUGIN_PATH=/opt/homebrew/Cellar/qt@5/5.15.18/plugins
# 进入脚本所在目录
cd "$(dirname "$0")"
# 确保配置文件存在
mkdir -p build/CalibratorLauncher.app/Contents/MacOS/config
cp -f config/launcher_config.json build/CalibratorLauncher.app/Contents/MacOS/config/
# 启动应用
exec ./build/CalibratorLauncher.app/Contents/MacOS/CalibratorLauncher