diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8fcb797c..7d9c1e0e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,7 +41,7 @@ jobs: dist/*.msi # 创建 GitHub Release - name: Release - uses: softprops/action-gh-release@v0.1.14 + uses: softprops/action-gh-release@v0.1.15 if: startsWith(github.ref, 'refs/tags/v') with: draft: true @@ -83,7 +83,7 @@ jobs: dist/*.zip # 创建 GitHub Release - name: Release - uses: softprops/action-gh-release@v0.1.14 + uses: softprops/action-gh-release@v0.1.15 if: startsWith(github.ref, 'refs/tags/v') with: draft: true @@ -129,7 +129,7 @@ jobs: dist/*.rpm # 创建 GitHub Release - name: Release - uses: softprops/action-gh-release@v0.1.14 + uses: softprops/action-gh-release@v0.1.15 if: startsWith(github.ref, 'refs/tags/v') with: draft: true diff --git a/README.md b/README.md index a8643706..ad9094a5 100644 --- a/README.md +++ b/README.md @@ -209,6 +209,4 @@ pnpm build:mac 请使用者在使用本项目时遵守相关法律法规,**不要将本项目用于任何商业及非法用途。如有违反,一切后果由使用者自负。** 同时,使用者应该自行承担因使用本项目而带来的风险和责任。本项目开发者不对本项目所提供的服务和内容做出任何保证 -**任何未经授权的商业用途,以及对网易云音乐 API 使用协议的违反,将导致对用户采取法律行动的可能性** - -感谢您的理解与合作 +感谢您的理解 diff --git a/electron-builder.yml b/electron-builder.yml index 9fdb55cd..f1725097 100644 --- a/electron-builder.yml +++ b/electron-builder.yml @@ -19,7 +19,7 @@ asarUnpack: # Windows 平台配置 win: # 可执行文件名 - executableName: splayer-desktop + executableName: splayer # 应用程序的图标文件路径 icon: public/images/logo/favicon_256.png # 构建类型 @@ -47,9 +47,9 @@ nsis: # macOS 平台配置 mac: # 可执行文件名 - executableName: splayer-desktop + executableName: splayer # 应用程序的图标文件路径 - icon: public/images/logo/favicon_256.png + icon: public/images/logo/favicon_512.png # 权限继承的文件路径 entitlementsInherit: build/entitlements.mac.plist # 扩展信息,如权限描述 @@ -69,13 +69,12 @@ dmg: # Linux 平台配置 linux: # 可执行文件名 - executableName: splayer-desktop + executableName: splayer # 应用程序的图标文件路径 icon: public/images/logo/favicon_256.png # 构建类型 target: - AppImage - - portable - snap - deb - rpm diff --git a/public/images/logo/favicon_512.png b/public/images/logo/favicon_512.png new file mode 100644 index 00000000..d4b59c8f Binary files /dev/null and b/public/images/logo/favicon_512.png differ