File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ if (process.platform === 'win32') {
2626
2727// 启动性能监控
2828const startTime = Date . now ( ) ;
29+
2930console . log ( '=== 应用启动开始 ===' , new Date ( ) . toISOString ( ) ) ;
3031
3132// 核心启动必需的模块
You can’t perform that action at this time.
0 commit comments