From a25c874b7db3fbe484a155d2a7a633eb598bf3f2 Mon Sep 17 00:00:00 2001 From: qier222 Date: Tue, 9 Mar 2021 17:53:36 +0800 Subject: [PATCH] docs: update README.md --- .github/workflows/build.yaml | 2 +- README.md | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index f2d332d..f471b6c 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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) diff --git a/README.md b/README.md index 1abdac9..0ac67e6 100644 --- a/README.md +++ b/README.md @@ -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) | 命令 | 说明 | | ------------------------------------------ | ------------------------- |