File tree Expand file tree Collapse file tree 2 files changed +6
-10
lines changed Expand file tree Collapse file tree 2 files changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ jobs:
112
112
- name : Submit package using wingetcreate
113
113
run : |
114
114
$packageVersion = "${{ github.ref }}" -replace 'refs/tags/v', ''
115
- $installerUrl = "https://github.com/httptoolkit/httptoolkit-desktop/releases/download/v$packageVersion/HttpToolkit-installer- $packageVersion.exe"
115
+ $installerUrl = "https://github.com/httptoolkit/httptoolkit-desktop/releases/download/v$packageVersion/HttpToolkit-$packageVersion.exe"
116
116
117
117
# Update package using wingetcreate
118
118
Invoke-WebRequest https://aka.ms/wingetcreate/latest -OutFile wingetcreate.exe
Original file line number Diff line number Diff line change 53
53
"extraResources" : [
54
54
" httptoolkit-server/**/*"
55
55
],
56
+ "artifactName" : " HttpToolkit-${version}-${arch}.${ext}" ,
57
+ "zip" : {
58
+ "artifactName" : " HttpToolkit-${version}-${os}-${arch}.${ext}"
59
+ },
56
60
"mac" : {
57
61
"target" : [
58
62
" dmg"
65
69
"notarize" : true
66
70
},
67
71
"dmg" : {
68
- "artifactName" : " HttpToolkit-${version}.dmg"
69
72
},
70
73
"win" : {
71
74
"target" : [
72
75
" nsis" ,
73
76
" zip"
74
77
],
75
- "artifactName" : " HttpToolkit-${os}-${arch}-${version}.${ext}" ,
76
78
"icon" : " ./src/icons/icon.ico" ,
77
79
"forceCodeSigning" : true
78
80
},
79
81
"nsis" : {
80
82
"installerIcon" : " ./src/icons/icon.ico" ,
81
- "artifactName" : " HttpToolkit-installer- ${version}.exe" ,
83
+ "artifactName" : " HttpToolkit-${version}.exe" ,
82
84
"deleteAppDataOnUninstall" : true
83
85
},
84
86
"linux" : {
89
91
" zip"
90
92
],
91
93
"executableName" : " httptoolkit" ,
92
- "artifactName" : " HttpToolkit-${os}-${arch}-${version}.${ext}" ,
93
94
"category" : " Development" ,
94
95
"icon" : " ./src/icons/icon.svg" ,
95
96
"maintainer" :
" [email protected] " ,
103
104
}
104
105
},
105
106
"deb" : {
106
- "artifactName" : " HttpToolkit-${version}.deb" ,
107
107
"depends" : [
108
108
" libgtk-3-0" ,
109
109
" libnotify4" ,
117
117
]
118
118
},
119
119
"rpm" : {
120
- "artifactName" : " HttpToolkit-${version}.rpm" ,
121
120
"afterRemove" : " scripts/post-uninstall-rpm.sh"
122
121
},
123
- "appImage" : {
124
- "artifactName" : " HttpToolkit-${version}.AppImage"
125
- },
126
122
"publish" : null
127
123
},
128
124
"dependencies" : {
You can’t perform that action at this time.
0 commit comments