Skip to content

Commit a321542

Browse files
authored
remove rpm
1 parent 09354e7 commit a321542

File tree

3 files changed

+27
-21
lines changed

3 files changed

+27
-21
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
id: download_exe
5050
shell: bash
5151
run: |
52-
hub release download "${GITHUB_REF#refs/tags/}" -i '*windows_amd64*.zip'
52+
hub release download "${GITHUB_REF#refs/tags/}" -i '*windows-amd64*.zip'
5353
printf "::set-output name=zip::%s\n" *.zip
5454
unzip -o *.zip && rm -v *.zip
5555
env:

.goreleaser.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -74,26 +74,6 @@ brews:
7474
bin.install name
7575
7676
prefix.install_metafiles
77-
nfpms:
78-
- file_name_template: "{{ .Binary }}-{{.Os}}-{{.Arch}}"
79-
homepage: https://github.com/linuxsuren/http-downloader
80-
description: HTTP download tool
81-
maintainer: rick <[email protected]>
82-
license: MIT
83-
vendor: Jenkins
84-
formats:
85-
- deb
86-
- rpm
87-
recommends:
88-
- bash-completion
89-
- vim
90-
bindir: /usr/bin
91-
replacements:
92-
amd64: 64bit
93-
arm64: arm64
94-
darwin: macOS
95-
linux: linux
96-
windows: windows
9777
dockers:
9878
- goos: linux
9979
goarch: amd64

wix.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"product": "HTTP downloader",
3+
"company": "LinuxSuRen",
4+
"license": "LICENSE",
5+
"upgrade-code": "7c0a5736-5b8e-4176-b350-613fa2d8a1b3",
6+
"files": {
7+
"guid": "6e6dcb19-3cf6-46d1-ac56-c6fb39485c9d",
8+
"items": [
9+
"hd.exe"
10+
]
11+
},
12+
"env": {
13+
"guid": "94faac3d-4478-431c-8497-fba55dcfb249",
14+
"vars": [
15+
{
16+
"name": "PATH",
17+
"value": "[INSTALLDIR]",
18+
"permanent": "yes",
19+
"system": "no",
20+
"action": "set",
21+
"part": "last"
22+
}
23+
]
24+
},
25+
"shortcuts": {}
26+
}

0 commit comments

Comments
 (0)