Skip to content

Commit d343ad3

Browse files
committed
upd: update macos icon to fit macos 26
1 parent 2b6c187 commit d343ad3

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/build-and-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
echo "🐧 开始Linux构建..."
3939
npm run publish:linux
4040
env:
41-
GH_TOKEN: ${{ secrets.atriordsa }}
41+
GH_TOKEN: ${{ secrets.GH_TOKEN }}
4242
DEBUG: electron-builder
4343

4444
- name: Verify Linux build output
@@ -73,7 +73,7 @@ jobs:
7373
echo "🪟 开始Windows构建(包含Defender白名单自动配置)..."
7474
npm run publish:win
7575
env:
76-
GH_TOKEN: ${{ secrets.atriordsa }}
76+
GH_TOKEN: ${{ secrets.GH_TOKEN }}
7777
DEBUG: electron-builder
7878

7979
- name: Verify Windows build output
@@ -147,7 +147,7 @@ jobs:
147147
echo "🍎 构建将自动处理签名和用户体验优化..."
148148
npm run publish:mac:${{ matrix.arch }}
149149
env:
150-
GH_TOKEN: ${{ secrets.atriordsa }}
150+
GH_TOKEN: ${{ secrets.GH_TOKEN }}
151151
DEBUG: electron-builder
152152
CSC_IDENTITY_AUTO_DISCOVERY: false
153153
ELECTRON_BUILDER_ALLOW_UNRESOLVED_DEPENDENCIES: true

main.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ if (process.platform === 'win32') {
2626

2727
// 启动性能监控
2828
const startTime = Date.now();
29+
2930
console.log('=== 应用启动开始 ===', new Date().toISOString());
3031

3132
// 核心启动必需的模块

0 commit comments

Comments
 (0)