Skip to content

Commit

Permalink
Don't include version in binary names
Browse files Browse the repository at this point in the history
  • Loading branch information
saghul committed Jul 18, 2018
1 parent 5b66dd5 commit 54ebbb7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
"!main.js"
],
"mac": {
"artifactName": "jitsi-meet-${version}.${ext}",
"artifactName": "jitsi-meet.${ext}",
"category": "public.app-category.video"
},
"linux": {
"artifactName": "jitsi-meet-${version}-${arch}.${ext}",
"artifactName": "jitsi-meet-${arch}.${ext}",
"category": "VideoConference;AudioVideo;Audio;Video;Network",
"description": "Jitsi Meet Desktop App",
"executableName": "jitsi-meet",
Expand All @@ -41,7 +41,7 @@
]
},
"win": {
"artifactName": "jitsi-meet-${version}-${arch}.${ext}",
"artifactName": "jitsi-meet.${ext}",
"target": [
{
"arch": [
Expand Down

0 comments on commit 54ebbb7

Please sign in to comment.