Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5ad1289419 |
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
|
|||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
## [1.0.28] - 2026-06-09
|
||||||
|
|
||||||
|
### 修复
|
||||||
|
- macOS 客户端打包脚本路径错误导致 CI 打包失败,修正后 macOS 安装包可正常构建并发布
|
||||||
|
|
||||||
## [1.0.27] - 2026-06-09
|
## [1.0.27] - 2026-06-09
|
||||||
|
|
||||||
### 改进
|
### 改进
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ cd ..
|
|||||||
# ditto preserves symlinks, Unix permissions, and extended attributes (code-signing).
|
# ditto preserves symlinks, Unix permissions, and extended attributes (code-signing).
|
||||||
# Python's zipfile follows symlinks and drops permissions — do NOT use it for .app bundles.
|
# Python's zipfile follows symlinks and drops permissions — do NOT use it for .app bundles.
|
||||||
mkdir -p dist
|
mkdir -p dist
|
||||||
APP_SRC="client/build/macos/Build/Products/Release/jiu.app"
|
APP_SRC="client/build/macos/Build/Products/Release/jiu_client.app"
|
||||||
ditto -c -k --keepParent "${APP_SRC}" dist/jiu-macos-x64.zip
|
ditto -c -k --keepParent "${APP_SRC}" dist/jiu-macos-x64.zip
|
||||||
echo "Packaged dist/jiu-macos-x64.zip ($(du -sh dist/jiu-macos-x64.zip | cut -f1))"
|
echo "Packaged dist/jiu-macos-x64.zip ($(du -sh dist/jiu-macos-x64.zip | cut -f1))"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user