Skip to content

Commit

Permalink
v1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
linxiaodong committed Jun 11, 2024
1 parent 7b8e2a2 commit 40ee6ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ files:
filter:
- package.json
- app
publish: null
publish: ['github']
mac:
target:
- target: dmg
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@
"private": true,
"name": "video-subtitle-master",
"description": "视频转字幕,字幕翻译软件",
"version": "1.0.9",
"version": "1.0.10",
"author": "buxuku <[email protected]>",
"main": "app/background.js",
"scripts": {
"dev": "nextron",
"build": "nextron build",
"build": "nextron build --no-pack",
"build:local": "nextron build",
"postinstall": "electron-builder install-app-deps"
},
"dependencies": {
Expand Down

0 comments on commit 40ee6ee

Please sign in to comment.