|
55 | 55 | "dmg",
|
56 | 56 | "zip"
|
57 | 57 | ],
|
| 58 | + "artifactName": "HttpToolkit-${os}-${arch}-${version}.${ext}", |
58 | 59 | "category": "public.app-category.developer-tools",
|
59 | 60 | "icon": "src/icons/icon.icns",
|
60 | 61 | "entitlements": "src/entitlements.plist",
|
61 | 62 | "entitlementsInherit": "src/entitlements.plist",
|
62 | 63 | "forceCodeSigning": false
|
63 | 64 | },
|
64 | 65 | "dmg": {
|
65 |
| - "background": "src/dmg-background.png" |
| 66 | + "background": "src/dmg-background.png", |
| 67 | + "artifactName": "HttpToolkit-${version}.dmg" |
66 | 68 | },
|
67 | 69 | "win": {
|
68 | 70 | "target": [
|
69 | 71 | "nsis",
|
70 | 72 | "portable",
|
71 | 73 | "zip"
|
72 | 74 | ],
|
| 75 | + "artifactName": "HttpToolkit-${os}-${arch}-${version}.${ext}", |
73 | 76 | "icon": "./src/icons/icon.ico",
|
74 | 77 | "forceCodeSigning": true
|
75 | 78 | },
|
| 79 | + "nsis": { |
| 80 | + "installerIcon": "./src/icons/icon.ico", |
| 81 | + "artifactName": "HttpToolkit-installer-${version}.exe" |
| 82 | + }, |
| 83 | + "portable": { |
| 84 | + "artifactName": "HttpToolkit-portable-${version}.exe" |
| 85 | + }, |
76 | 86 | "linux": {
|
77 | 87 | "target": [
|
78 | 88 | "deb",
|
|
81 | 91 | "zip"
|
82 | 92 | ],
|
83 | 93 | "executableName": "httptoolkit",
|
| 94 | + "artifactName": "HttpToolkit-${os}-${arch}-${version}.${ext}", |
84 | 95 | "category": "Development",
|
85 | 96 | "icon": "./src/icons/icon.svg",
|
86 | 97 | "maintainer": "[email protected]",
|
|
91 | 102 | "StartupNotify": true
|
92 | 103 | }
|
93 | 104 | },
|
| 105 | + "deb": { |
| 106 | + "artifactName": "HttpToolkit-${version}.deb" |
| 107 | + }, |
| 108 | + "rpm": { |
| 109 | + "artifactName": "HttpToolkit-${version}.rpm" |
| 110 | + }, |
| 111 | + "appImage": { |
| 112 | + "artifactName": "HttpToolkit-${version}.AppImage" |
| 113 | + }, |
94 | 114 | "afterSign": "./src/hooks/after-sign.js",
|
95 | 115 | "publish": null
|
96 | 116 | },
|
|
0 commit comments