Skip to content

Commit e716b69

Browse files
committed
updates to package.json to be clear this is the public release
1 parent d15af3f commit e716b69

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "midi_workbench",
2+
"name": "midi2_workbench_public",
33
"version": "1.5.4p",
4-
"description": "This is the MIDI 2.0 Workbench for testing MIDI 2.0 Devices",
4+
"description": "The MIDI 2.0 Workbench is a free tool from MIDI Association Members to help developers develop, debug (and deploy) MIDI 2.0 Applications and Devices. It runs on Windows, Mac and Linux. The Workbench connects to your device or software, to test various MIDI 2.0 implementation features against the currently released specifications.",
55
"main": "main.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1",
@@ -49,7 +49,7 @@
4949
"**/node-gyp": "8.4.1"
5050
},
5151
"build": {
52-
"appId": "com.electron.midi2workbench",
52+
"appId": "com.electron.midi2workbenchpublic",
5353
"productName": "midi2workbench",
5454
"mac": {
5555
"category": "public.app-category.music",
@@ -64,7 +64,7 @@
6464
},
6565
"linux": {
6666
"target": "AppImage",
67-
"synopsis": "MIDI 2.0 Testing Workbench",
67+
"synopsis": "MIDI 2.0 Workbench",
6868
"category": "Audio",
6969
"publish": "github",
7070
"desktop": {
@@ -79,7 +79,7 @@
7979
"publish": "github"
8080
},
8181
"appx": {
82-
"applicationId": "midi-workbench",
82+
"applicationId": "midi2-workbench-public",
8383
"displayName": "MIDI 2.0 Workbench",
8484
"publisher": "MIDI Manufacturers Association",
8585
"publisherDisplayName": "MIDI Manufacturers Association",

0 commit comments

Comments
 (0)