Skip to content

Commit 2af03ab

Browse files
committed
chore(release): Update the app version number to 1.4.5 and modify the release notes
1 parent 00e6683 commit 2af03ab

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/build-desktop.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -226,9 +226,7 @@ jobs:
226226
shell: bash
227227
run: |
228228
# Define common release notes
229-
NOTES="1.设置界面增加“导出报错日志”功能
230-
2.优化日志打印和日志文件写入功能
231-
3.优化本地文件操作框的 UI,使其更加现代化
229+
NOTES="1.修复 MacOS 端应用启动时崩溃的问题
232230
 
233231
因为此版本更新了可执行程序名称,自动安装后出现报错提示“Failed to launch application **”属于正常现象,安装成功后把旧的快捷方式从桌面或开始菜单删除即可。
234232
 

composeApp/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
66
val osName = System.getProperty("os.name").lowercase()
77
val osArch = System.getProperty("os.arch").lowercase()
88

9-
val appVersion = "1.4.4"
9+
val appVersion = "1.4.5"
1010
val appVersionSuffix = ""
1111

1212
val platformStr = when {

0 commit comments

Comments
 (0)