File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7878 prerelease : true
7979 draft : false
8080 env :
81- GITHUB_TOKEN : ${{ secrets.GH_TOKEN }}
81+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 44 "version" : " 0.0.1-alpha" ,
55 "main" : " dist/electron/main.js" ,
66 "author" : {
7- "name" : " algoUX"
7+ "name" : " algoUX" ,
8+ "url" : " https://algoux.org/" ,
9+ "email" : " sdutacm@163.com"
810 },
911 "description" : " 专注于算法竞赛的直播推流软件" ,
1012 "scripts" : {
1517 "lint" : " eslint ." ,
1618 "preview" : " vite preview" ,
1719 "transpile:electron" : " rm -rf dist/electron && tsc -p tsconfig.json" ,
18- "dist:mac" : " npm run transpile:electron && npm run build && electron-builder --mac && npm run sign:mac" ,
19- "dist:win" : " npm run transpile:electron && npm run build && electron-builder --win" ,
20- "dist:linux" : " npm run transpile:electron && npm run build && electron-builder --linux" ,
20+ "dist:mac" : " npm run transpile:electron && npm run build && electron-builder --mac && npm run sign:mac" ,
21+ "dist:win" : " npm run transpile:electron && npm run build && electron-builder --win" ,
22+ "dist:linux" : " npm run transpile:electron && npm run build && electron-builder --linux" ,
2123 "dist:mac:arm64" : " npm run transpile:electron && npm run build && electron-builder --mac --arm64 && npm run sign:mac" ,
2224 "dist:mac:x64" : " npm run transpile:electron && npm run build && electron-builder --mac --x64 && npm run sign:mac" ,
2325 "dist:win:x64" : " npm run transpile:electron && npm run build && electron-builder --win --x64" ,
You can’t perform that action at this time.
0 commit comments