Commit 740ffa3 1 parent dc11965 commit 740ffa3 Copy full SHA for 740ffa3
File tree 4 files changed +8
-11
lines changed
4 files changed +8
-11
lines changed Original file line number Diff line number Diff line change 41
41
dist/*.msi
42
42
# 创建 GitHub Release
43
43
- name : Release
44
- uses : softprops/action-gh-release@v0.1.14
44
+ uses : softprops/action-gh-release@v0.1.15
45
45
if : startsWith(github.ref, 'refs/tags/v')
46
46
with :
47
47
draft : true
83
83
dist/*.zip
84
84
# 创建 GitHub Release
85
85
- name : Release
86
- uses : softprops/action-gh-release@v0.1.14
86
+ uses : softprops/action-gh-release@v0.1.15
87
87
if : startsWith(github.ref, 'refs/tags/v')
88
88
with :
89
89
draft : true
@@ -129,7 +129,7 @@ jobs:
129
129
dist/*.rpm
130
130
# 创建 GitHub Release
131
131
- name : Release
132
- uses : softprops/action-gh-release@v0.1.14
132
+ uses : softprops/action-gh-release@v0.1.15
133
133
if : startsWith(github.ref, 'refs/tags/v')
134
134
with :
135
135
draft : true
Original file line number Diff line number Diff line change @@ -209,6 +209,4 @@ pnpm build:mac
209
209
210
210
请使用者在使用本项目时遵守相关法律法规,** 不要将本项目用于任何商业及非法用途。如有违反,一切后果由使用者自负。** 同时,使用者应该自行承担因使用本项目而带来的风险和责任。本项目开发者不对本项目所提供的服务和内容做出任何保证
211
211
212
- ** 任何未经授权的商业用途,以及对网易云音乐 API 使用协议的违反,将导致对用户采取法律行动的可能性**
213
-
214
- 感谢您的理解与合作
212
+ 感谢您的理解
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ asarUnpack:
19
19
# Windows 平台配置
20
20
win :
21
21
# 可执行文件名
22
- executableName : splayer-desktop
22
+ executableName : splayer
23
23
# 应用程序的图标文件路径
24
24
icon : public/images/logo/favicon_256.png
25
25
# 构建类型
47
47
# macOS 平台配置
48
48
mac :
49
49
# 可执行文件名
50
- executableName : splayer-desktop
50
+ executableName : splayer
51
51
# 应用程序的图标文件路径
52
- icon : public/images/logo/favicon_256 .png
52
+ icon : public/images/logo/favicon_512 .png
53
53
# 权限继承的文件路径
54
54
entitlementsInherit : build/entitlements.mac.plist
55
55
# 扩展信息,如权限描述
69
69
# Linux 平台配置
70
70
linux :
71
71
# 可执行文件名
72
- executableName : splayer-desktop
72
+ executableName : splayer
73
73
# 应用程序的图标文件路径
74
74
icon : public/images/logo/favicon_256.png
75
75
# 构建类型
76
76
target :
77
77
- AppImage
78
- - portable
79
78
- snap
80
79
- deb
81
80
- rpm
You can’t perform that action at this time.
0 commit comments