Skip to content

Commit

Permalink
chore: version
Browse files Browse the repository at this point in the history
  • Loading branch information
funnyzak committed Nov 6, 2021
1 parent b0ca2eb commit 024785a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 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: 阿里云语音合成助手 # electron.build productName对应
LINUX_PACKAGE_APP_NAME: 阿里云语音合成助手
PACKAGE_APP_NAME: TTS Now # electron.build productName对应
LINUX_PACKAGE_APP_NAME: tts-now
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: '阿里云语音合成助手',
appName: 'TTS Now',
// 源打包输出
distOutPut: 'build/bundle',
// 开发环境 服务配置
Expand Down
3 changes: 1 addition & 2 deletions src/config/index.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
import React from 'react';
import { createFromIconfontCN } from '@ant-design/icons';
import appConfig from '../../app.config';

export { default as voiceTypeList } from './voiceType';
// App 名称
export const { appName } = appConfig;
export const appName = '阿里云语音合成助手';

// ui配置
export const uiConfig = {
Expand Down

0 comments on commit 024785a

Please sign in to comment.