fix: 修复构建配置

This commit is contained in:
imsyy
2023-11-29 17:34:19 +08:00
parent dc119654a2
commit 740ffa32d6
4 changed files with 8 additions and 11 deletions

View File

@@ -41,7 +41,7 @@ jobs:
dist/*.msi dist/*.msi
# 创建 GitHub Release # 创建 GitHub Release
- name: 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') if: startsWith(github.ref, 'refs/tags/v')
with: with:
draft: true draft: true
@@ -83,7 +83,7 @@ jobs:
dist/*.zip dist/*.zip
# 创建 GitHub Release # 创建 GitHub Release
- name: 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') if: startsWith(github.ref, 'refs/tags/v')
with: with:
draft: true draft: true
@@ -129,7 +129,7 @@ jobs:
dist/*.rpm dist/*.rpm
# 创建 GitHub Release # 创建 GitHub Release
- name: 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') if: startsWith(github.ref, 'refs/tags/v')
with: with:
draft: true draft: true

View File

@@ -209,6 +209,4 @@ pnpm build:mac
请使用者在使用本项目时遵守相关法律法规,**不要将本项目用于任何商业及非法用途。如有违反,一切后果由使用者自负。** 同时,使用者应该自行承担因使用本项目而带来的风险和责任。本项目开发者不对本项目所提供的服务和内容做出任何保证 请使用者在使用本项目时遵守相关法律法规,**不要将本项目用于任何商业及非法用途。如有违反,一切后果由使用者自负。** 同时,使用者应该自行承担因使用本项目而带来的风险和责任。本项目开发者不对本项目所提供的服务和内容做出任何保证
**任何未经授权的商业用途,以及对网易云音乐 API 使用协议的违反,将导致对用户采取法律行动的可能性** 感谢您的理解
感谢您的理解与合作

View File

@@ -19,7 +19,7 @@ asarUnpack:
# Windows 平台配置 # Windows 平台配置
win: win:
# 可执行文件名 # 可执行文件名
executableName: splayer-desktop executableName: splayer
# 应用程序的图标文件路径 # 应用程序的图标文件路径
icon: public/images/logo/favicon_256.png icon: public/images/logo/favicon_256.png
# 构建类型 # 构建类型
@@ -47,9 +47,9 @@ nsis:
# macOS 平台配置 # macOS 平台配置
mac: 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 entitlementsInherit: build/entitlements.mac.plist
# 扩展信息,如权限描述 # 扩展信息,如权限描述
@@ -69,13 +69,12 @@ dmg:
# Linux 平台配置 # Linux 平台配置
linux: linux:
# 可执行文件名 # 可执行文件名
executableName: splayer-desktop executableName: splayer
# 应用程序的图标文件路径 # 应用程序的图标文件路径
icon: public/images/logo/favicon_256.png icon: public/images/logo/favicon_256.png
# 构建类型 # 构建类型
target: target:
- AppImage - AppImage
- portable
- snap - snap
- deb - deb
- rpm - rpm

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB