|
53 | 53 | "extraResources": [ |
54 | 54 | "httptoolkit-server/**/*" |
55 | 55 | ], |
| 56 | + "artifactName": "HttpToolkit-${version}-${arch}.${ext}", |
56 | 57 | "mac": { |
57 | 58 | "target": [ |
58 | 59 | "dmg" |
|
64 | 65 | "forceCodeSigning": true, |
65 | 66 | "notarize": true |
66 | 67 | }, |
67 | | - "dmg": { |
68 | | - "artifactName": "HttpToolkit-${version}.dmg" |
69 | | - }, |
70 | 68 | "win": { |
71 | 69 | "target": [ |
72 | 70 | "nsis", |
73 | 71 | "zip" |
74 | 72 | ], |
75 | | - "artifactName": "HttpToolkit-${os}-${arch}-${version}.${ext}", |
| 73 | + "artifactName": "HttpToolkit-${version}-${os}-${arch}.${ext}", |
76 | 74 | "icon": "./src/icons/icon.ico", |
77 | 75 | "forceCodeSigning": true |
78 | 76 | }, |
79 | 77 | "nsis": { |
80 | 78 | "installerIcon": "./src/icons/icon.ico", |
81 | | - "artifactName": "HttpToolkit-installer-${version}.exe", |
| 79 | + "artifactName": "HttpToolkit-${version}.exe", |
82 | 80 | "deleteAppDataOnUninstall": true |
83 | 81 | }, |
84 | 82 | "linux": { |
|
88 | 86 | "AppImage", |
89 | 87 | "zip" |
90 | 88 | ], |
| 89 | + "artifactName": "HttpToolkit-${version}-${os}-${arch}.${ext}", |
91 | 90 | "executableName": "httptoolkit", |
92 | | - "artifactName": "HttpToolkit-${os}-${arch}-${version}.${ext}", |
93 | 91 | "category": "Development", |
94 | 92 | "icon": "./src/icons/icon.svg", |
95 | 93 | "maintainer": "[email protected]", |
|
103 | 101 | } |
104 | 102 | }, |
105 | 103 | "deb": { |
106 | | - "artifactName": "HttpToolkit-${version}.deb", |
| 104 | + "artifactName": "HttpToolkit-${version}-${arch}.${ext}", |
107 | 105 | "depends": [ |
108 | 106 | "libgtk-3-0", |
109 | 107 | "libnotify4", |
|
117 | 115 | ] |
118 | 116 | }, |
119 | 117 | "rpm": { |
120 | | - "artifactName": "HttpToolkit-${version}.rpm", |
| 118 | + "artifactName": "HttpToolkit-${version}-${arch}.${ext}", |
121 | 119 | "afterRemove": "scripts/post-uninstall-rpm.sh" |
122 | 120 | }, |
123 | | - "appImage": { |
124 | | - "artifactName": "HttpToolkit-${version}.AppImage" |
| 121 | + "AppImage": { |
| 122 | + "artifactName": "HttpToolkit-${version}-${arch}.${ext}" |
125 | 123 | }, |
126 | 124 | "publish": null |
127 | 125 | }, |
|
0 commit comments