Commit Graph

29 Commits

Author SHA1 Message Date
spiritlhl
ed478bc5f3 fix:完全无法使用termux的方式直接嵌入二进制文件执行,只能打包自带依赖 2025-11-02 17:52:09 +08:00
spiritlhl
87424fecc1 fix:使用proot执行 2025-11-02 16:28:20 +08:00
spiritlhl
a7db4aca24 fix:修复Android 平台上,exec.Command 无法执行从应用缓存目录提取的二进制文件的问题 2025-11-02 11:20:59 +08:00
spiritlhl
c4f710bbf3 fix:使用排除类型tag 2025-11-01 15:27:28 +08:00
spiritlhl
eec14aec87 fix:tags冲突 2025-11-01 15:23:38 +08:00
spiritlhl
af7ddb8756 fix:添加兜底识别 2025-11-01 15:18:16 +08:00
spiritlhl
cef4f35d15 fix:继续修复tags识别 2025-11-01 12:39:53 +08:00
spiritlhl
e3c4dfee90 fix:工具链问题修复 2025-11-01 12:35:42 +08:00
spiritlhl
be33ac3542 fix:修复依赖下载 2025-11-01 12:30:53 +08:00
spiritlhl
73a4f61c97 fix:去除交叉编译 2025-11-01 12:26:55 +08:00
spiritlhl
a262df6593 fix:修复tags 2025-11-01 12:22:11 +08:00
spiritlhl
0b2295dca2 fix:重构项目 2025-11-01 12:05:12 +08:00
spiritlhl
bc1d9f28bc fix:修复路径问题 2025-11-01 11:38:53 +08:00
spiritlhl
273109a21b fix:修复版本获取
Some checks failed
Build All UI APP / Prepare Version (push) Has been cancelled
Build All UI APP / Build Android APK (push) Has been cancelled
Build All UI APP / Build Desktop Apps (amd64, macos-amd64, macos-13, darwin) (push) Has been cancelled
Build All UI APP / Build Desktop Apps (amd64, windows-amd64, windows-latest, windows) (push) Has been cancelled
Build All UI APP / Build Desktop Apps (arm64, macos-arm64, macos-latest, darwin) (push) Has been cancelled
2025-11-01 11:02:16 +08:00
spiritlhl
fd62938ad7 fix:完全重构直接包含对应最新二进制文件 2025-11-01 10:58:26 +08:00
spiritlhl
7e58d9a23d fix:错误则直接退出
Some checks failed
Build All UI APP / Prepare Version (push) Has been cancelled
Build All UI APP / Build Android APK (push) Has been cancelled
Build All UI APP / Build Desktop Apps (amd64, macos-amd64, macos-13, darwin) (push) Has been cancelled
Build All UI APP / Build Desktop Apps (amd64, windows-amd64, windows-latest, windows) (push) Has been cancelled
Build All UI APP / Build Desktop Apps (arm64, macos-arm64, macos-latest, darwin) (push) Has been cancelled
2025-10-31 23:42:38 +08:00
spiritlhl
58282ea99a fix:macos和win构建完成后直接上传 2025-10-31 23:41:38 +08:00
spiritlhl
a14ad98235 fix:删除尾缀 2025-10-31 23:35:51 +08:00
spiritlhl
f42f11776f fix:统一路径处理 2025-10-31 23:16:19 +08:00
spiritlhl
6c4d8e70d7 fix:分开识别产物的路径 2025-10-31 23:10:51 +08:00
spiritlhl
7de4a16ab7 fix:修复路径错误 2025-10-31 23:05:55 +08:00
spiritlhl
8c2f41eb35 fix:删除linux架构的gui编译 2025-10-31 22:58:35 +08:00
spiritlhl
aaecdfba4d fix:修复版本 2025-10-31 22:49:49 +08:00
spiritlhl
3331c43741 fix:二段构建 2025-10-31 22:46:28 +08:00
spiritlhl
25f2a10ce8 fix:修复fyne编译模式
Some checks failed
Build All Platforms / Prepare Version (push) Has been cancelled
Build All Platforms / Build Android APK (push) Has been cancelled
Build All Platforms / Build Desktop Apps (amd64, linux-amd64, ubuntu-latest, linux) (push) Has been cancelled
Build All Platforms / Build Desktop Apps (amd64, macos-amd64, macos-13, darwin) (push) Has been cancelled
Build All Platforms / Build Desktop Apps (amd64, windows-amd64, windows-latest, windows) (push) Has been cancelled
Build All Platforms / Build Desktop Apps (arm64, macos-arm64, macos-latest, darwin) (push) Has been cancelled
Build All Platforms / Upload to Latest Release (push) Has been cancelled
2025-10-31 18:05:06 +08:00
spiritlhl
2311cba16c fix:修复部分平台依赖安装 2025-10-31 17:59:31 +08:00
spiritlhl
7cfbbc397c fix:修复重复架构 2025-10-31 17:46:54 +08:00
spiritlhl
4886367355 fix:避免交叉编译 2025-10-31 17:43:39 +08:00
spiritlhl
8312587452 refactor: merge workflows, add VERSION file, prevent .build commits
- Create VERSION file (0.0.1) for centralized version management
- Merge build-ui.yml and build-all.yml into single build.yml
- Fix Fyne CLI path to fyne.io/tools/cmd/fyne@latest
- Fix --app-version flag usage (was -appVersion)
- Upload artifacts to latest GitHub release instead of committing to repo
- Add .build/ to .gitignore to prevent large APK files from being committed
- Keep Android build logic unchanged (working correctly)
- Fix desktop platform builds with proper version handling
2025-10-31 17:39:42 +08:00