Skip to content

Commit 8c98e23

Browse files
committed
Manually set product & desktop name
The goal here is to ensure that the desktop shortcuts and user-visible values remain friendly (HTTP Toolkit) but all binaries and config files are kept short & consistent (httptoolkit).
1 parent 1c69397 commit 8c98e23

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
"extends": null,
2828
"productName": "HTTP Toolkit",
2929
"extraMetadata": {
30-
"name": "httptoolkit"
30+
"name": "httptoolkit",
31+
"productName": "httptoolkit"
3132
},
3233
"files": [
3334
"**/*",

0 commit comments

Comments
 (0)