Skip to content

Commit 740ffa3

Browse files
committed
fix: 修复构建配置
1 parent dc11965 commit 740ffa3

File tree

4 files changed

+8
-11
lines changed

4 files changed

+8
-11
lines changed

.github/workflows/release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
dist/*.msi
4242
# 创建 GitHub Release
4343
- name: Release
44-
uses: softprops/action-gh-release@v0.1.14
44+
uses: softprops/action-gh-release@v0.1.15
4545
if: startsWith(github.ref, 'refs/tags/v')
4646
with:
4747
draft: true
@@ -83,7 +83,7 @@ jobs:
8383
dist/*.zip
8484
# 创建 GitHub Release
8585
- name: Release
86-
uses: softprops/action-gh-release@v0.1.14
86+
uses: softprops/action-gh-release@v0.1.15
8787
if: startsWith(github.ref, 'refs/tags/v')
8888
with:
8989
draft: true
@@ -129,7 +129,7 @@ jobs:
129129
dist/*.rpm
130130
# 创建 GitHub Release
131131
- name: Release
132-
uses: softprops/action-gh-release@v0.1.14
132+
uses: softprops/action-gh-release@v0.1.15
133133
if: startsWith(github.ref, 'refs/tags/v')
134134
with:
135135
draft: true

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,4 @@ pnpm build:mac
209209

210210
请使用者在使用本项目时遵守相关法律法规,**不要将本项目用于任何商业及非法用途。如有违反,一切后果由使用者自负。** 同时,使用者应该自行承担因使用本项目而带来的风险和责任。本项目开发者不对本项目所提供的服务和内容做出任何保证
211211

212-
**任何未经授权的商业用途,以及对网易云音乐 API 使用协议的违反,将导致对用户采取法律行动的可能性**
213-
214-
感谢您的理解与合作
212+
感谢您的理解

electron-builder.yml

+4-5
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ asarUnpack:
1919
# Windows 平台配置
2020
win:
2121
# 可执行文件名
22-
executableName: splayer-desktop
22+
executableName: splayer
2323
# 应用程序的图标文件路径
2424
icon: public/images/logo/favicon_256.png
2525
# 构建类型
@@ -47,9 +47,9 @@ nsis:
4747
# macOS 平台配置
4848
mac:
4949
# 可执行文件名
50-
executableName: splayer-desktop
50+
executableName: splayer
5151
# 应用程序的图标文件路径
52-
icon: public/images/logo/favicon_256.png
52+
icon: public/images/logo/favicon_512.png
5353
# 权限继承的文件路径
5454
entitlementsInherit: build/entitlements.mac.plist
5555
# 扩展信息,如权限描述
@@ -69,13 +69,12 @@ dmg:
6969
# Linux 平台配置
7070
linux:
7171
# 可执行文件名
72-
executableName: splayer-desktop
72+
executableName: splayer
7373
# 应用程序的图标文件路径
7474
icon: public/images/logo/favicon_256.png
7575
# 构建类型
7676
target:
7777
- AppImage
78-
- portable
7978
- snap
8079
- deb
8180
- rpm

public/images/logo/favicon_512.png

55.2 KB
Loading

0 commit comments

Comments
 (0)