mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 18:13:31 +00:00
remove version from linux artifactName (#1020)
This commit is contained in:
parent
07532ca55a
commit
f43de7f23c
1 changed files with 1 additions and 27 deletions
|
|
@ -35,39 +35,13 @@ mac:
|
||||||
notarize: false
|
notarize: false
|
||||||
dmg:
|
dmg:
|
||||||
contents: [{ x: 130, y: 220 }, { x: 410, y: 220, type: link, path: /Applications }]
|
contents: [{ x: 130, y: 220 }, { x: 410, y: 220, type: link, path: /Applications }]
|
||||||
deb:
|
|
||||||
depends:
|
|
||||||
- libgssapi_krb5.so.2
|
|
||||||
- libavahi-common.so.3
|
|
||||||
- libavahi-client.so.3
|
|
||||||
- libkrb5.so.3
|
|
||||||
- libkrb5support.so.0
|
|
||||||
- libkeyutils.so.1
|
|
||||||
- libcups.so.2
|
|
||||||
rpm:
|
|
||||||
depends:
|
|
||||||
- libgssapi_krb5.so.2
|
|
||||||
- libavahi-common.so.3
|
|
||||||
- libavahi-client.so.3
|
|
||||||
- libkrb5.so.3
|
|
||||||
- libkrb5support.so.0
|
|
||||||
- libkeyutils.so.1
|
|
||||||
- libcups.so.2
|
|
||||||
freebsd:
|
|
||||||
depends:
|
|
||||||
- libgssapi_krb5.so.2
|
|
||||||
- libavahi-common.so.3
|
|
||||||
- libavahi-client.so.3
|
|
||||||
- libkrb5.so.3
|
|
||||||
- libkrb5support.so.0
|
|
||||||
- libkeyutils.so.1
|
|
||||||
- libcups.so.2
|
|
||||||
linux:
|
linux:
|
||||||
target:
|
target:
|
||||||
- AppImage
|
- AppImage
|
||||||
- tar.xz
|
- tar.xz
|
||||||
category: AudioVideo;Audio;Player
|
category: AudioVideo;Audio;Player
|
||||||
icon: assets/icons/icon.png
|
icon: assets/icons/icon.png
|
||||||
|
artifactName: ${productName}-${os}-${arch}.${ext}
|
||||||
npmRebuild: false
|
npmRebuild: false
|
||||||
publish:
|
publish:
|
||||||
provider: github
|
provider: github
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue