Skip to content

Commit

Permalink
chore: app
Browse files Browse the repository at this point in the history
  • Loading branch information
funnyzak committed Nov 6, 2021
1 parent 1297f98 commit b0ca2eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
env:
PACKAGE_APP_NAME: TTS Now # electron.build productName对应
LINUX_PACKAGE_APP_NAME: tts-now
PACKAGE_APP_NAME: 阿里云语音合成助手 # electron.build productName对应
LINUX_PACKAGE_APP_NAME: 阿里云语音合成助手
APP_VERSION: 0.8.0 # 当前版本,需和package verson对应
steps:
- name: Check out Git repository
Expand Down
2 changes: 1 addition & 1 deletion app.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const appConfig = {
appName: 'TTS Now',
appName: '阿里云语音合成助手',
// 源打包输出
distOutPut: 'build/bundle',
// 开发环境 服务配置
Expand Down

0 comments on commit b0ca2eb

Please sign in to comment.