make linux executable name lowercase
This commit is contained in:
parent
c9fd7f032c
commit
12a0e1afd7
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@
|
||||||
],
|
],
|
||||||
"linux": {
|
"linux": {
|
||||||
"target": "deb",
|
"target": "deb",
|
||||||
"executableName": "LBRY",
|
"executableName": "lbry",
|
||||||
"category": "AudioVideo;Video",
|
"category": "AudioVideo;Video",
|
||||||
"desktop": {
|
"desktop": {
|
||||||
"MimeType": "x-scheme-handler/lbry"
|
"MimeType": "x-scheme-handler/lbry"
|
||||||
|
|
Loading…
Reference in a new issue