-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
linxiaodong
committed
Jun 11, 2024
1 parent
7b8e2a2
commit 40ee6ee
Showing
2 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ files: | |
filter: | ||
- package.json | ||
- app | ||
publish: null | ||
publish: ['github'] | ||
mac: | ||
target: | ||
- target: dmg | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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": { | ||
|