Skip to content

Commit

Permalink
chore: v3.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
duan602728596 committed Jul 21, 2022
1 parent 1c03e48 commit 2e27233
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "3.11.0",
"version": "3.12.0",
"npmClient": "npm",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"update-version": "milktea-esm update",
"update-version:dev": "milktea-esm update --__DEV__",
"build": "node scripts/delivery.mjs",
"build:cn": "ELECTRON_MIRROR=https://npmmirror.com/mirrors/electron/ npm run build",
"build:cn": "ELECTRON_MIRROR=https://npmmirror.com/mirrors/electron/ PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=1 npm run build",
"build:png": "ffmpeg -i statics/titleBarIcon512.png -vf scale=128:128 packages/app/titleBarIcon.png",
"build:icon": "ffmpeg -i statics/titleBarIcon512.png -vf scale=256:256 statics/titleBarIcon.ico",
"build:icns": "milktea-esm image2icns --imageEntry=\"statics/titleBarIcon512.png\" --imageOutput=\"./statics/titleBarIcon.icns\" --size=512",
Expand Down
2 changes: 1 addition & 1 deletion packages/48tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@48tools/48tools",
"version": "3.11.0",
"version": "3.12.0",
"description": "48tools的软件源代码",
"license": "GPL-3.0",
"main": "../main/lib/main.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@48tools/app",
"version": "3.11.0",
"version": "3.12.0",
"description": "工具合集,提供各种常用功能,包括口袋48直播、公演直播、A站、B站、视频裁剪等。",
"license": "GPL-3.0",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion packages/darkTheme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@48tools/dark-theme",
"version": "3.11.0",
"version": "3.12.0",
"description": "编译48tools的暗黑模式css文件",
"license": "GPL-3.0",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/main/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@48tools/main",
"version": "3.11.0",
"version": "3.12.0",
"description": "Electron主程序运行源代码",
"license": "GPL-3.0",
"scripts": {
Expand Down

0 comments on commit 2e27233

Please sign in to comment.