Skip to content

Commit 7972c03

Browse files
committed
perf: 优化构建脚本
1 parent 75ea918 commit 7972c03

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/build-deb.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646

4747
- name: Prepare
4848
run: |
49+
sudo apt update -y
4950
sudo apt-get install -y build-essential fakeroot devscripts debhelper # debmake lintian pbuilder
5051
5152
- name: Build Deb Package

CHANGELOG.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 1.06.2503290-3 / 2025-05-
1+
# 1.06.2503290-3 / 2025-05-23
22
- update: compiler(Linux) v0.1.5
33
- fix: worker无法使用 #145
44

README.MD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
----
1111

1212
[![Node.js CI](https://github.com/msojocs/wechat-devtools-linux/actions/workflows/release.yml/badge.svg)](https://github.com/msojocs/wechat-devtools-linux/actions/workflows/release.yml)
13-
[![wechat-tools](https://img.shields.io/badge/wechat--devtools-1.06.2412050-blue)](https://developers.weixin.qq.com/miniprogram/dev/devtools/download.html)
13+
[![wechat-tools](https://img.shields.io/badge/wechat--devtools-1.06.2503290-blue)](https://developers.weixin.qq.com/miniprogram/dev/devtools/download.html)
1414
[![nwjs](https://img.shields.io/badge/nwjs-0.55.0-green)](https://nwjs.io/downloads/)
1515
[![node](https://img.shields.io/badge/node-16.11.0-orange)](https://nodejs.org/en/)
1616

@@ -34,7 +34,7 @@
3434

3535
# 进度
3636

37-
当前工具可以在Linux上构筑最新版 `1.06.2412050`,支持CLI模式。
37+
当前工具可以在Linux上构筑最新版 `1.06.2503290`,支持CLI模式。
3838
另现在已经可以直接在设置界面里面修改字体,手工输入字体名称就可以。
3939

4040
# 功能测试记录

0 commit comments

Comments
 (0)