Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
qier222 committed Mar 9, 2021
1 parent 82c179c commit a25c874
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
env:
VUE_APP_ELECTRON_API_URL: /api
VUE_APP_ELECTRON_API_URL_DEV: http://127.0.0.1:10754
VUE_APP_ENABLE_SENTRY: true
VUE_APP_ENABLE_SENTRY: false
with:
# GitHub token, automatically provided to the action
# (No need to define this secret in the repo settings)
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,9 @@ macOS 用户也可以通过 `brew install --cask yesplaymusic` 来安装。

3. 使用 `yarn install` 安装项目依赖。

4. 选择下列表格的命令来打包适合的你的安装包,打包出来的文件在 `/dist_electron` 目录下。了解更多信息可访问 [electron-builder 文档](https://www.electron.build/cli)
4. 复制 `/.env.example` 文件为 `/.env`

5. 选择下列表格的命令来打包适合的你的安装包,打包出来的文件在 `/dist_electron` 目录下。了解更多信息可访问 [electron-builder 文档](https://www.electron.build/cli)

| 命令 | 说明 |
| ------------------------------------------ | ------------------------- |
Expand Down

1 comment on commit a25c874

@vercel
Copy link

@vercel vercel bot commented on a25c874 Mar 9, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.