diff --git a/package.json b/package.json index b8cb6fa8..e65deae0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mstream", - "version": "5.9.3", + "version": "5.9.4", "description": "music streaming server", "main": "cli-boot-wrapper.js", "bin": { diff --git a/webapp/build/icon.icns b/webapp/build/icon.icns new file mode 100644 index 00000000..1432215a Binary files /dev/null and b/webapp/build/icon.icns differ diff --git a/webapp/build/icon.png b/webapp/build/icon.png new file mode 100644 index 00000000..388e5dc7 Binary files /dev/null and b/webapp/build/icon.png differ diff --git a/webapp/build/mstream-logo-cut.icns b/webapp/build/mstream-logo-cut.icns new file mode 100644 index 00000000..1432215a Binary files /dev/null and b/webapp/build/mstream-logo-cut.icns differ diff --git a/webapp/build/mstream-logo-cut.ico b/webapp/build/mstream-logo-cut.ico new file mode 100644 index 00000000..c7ce94dd Binary files /dev/null and b/webapp/build/mstream-logo-cut.ico differ diff --git a/webapp/build/tray-icon-osx.png b/webapp/build/tray-icon-osx.png new file mode 100644 index 00000000..b723a48c Binary files /dev/null and b/webapp/build/tray-icon-osx.png differ diff --git a/webapp/build/tray-icon.png b/webapp/build/tray-icon.png new file mode 100644 index 00000000..fe47fa0a Binary files /dev/null and b/webapp/build/tray-icon.png differ diff --git a/webapp/build/tray-icon@2x.png b/webapp/build/tray-icon@2x.png new file mode 100644 index 00000000..2c73b56f Binary files /dev/null and b/webapp/build/tray-icon@2x.png differ diff --git a/webapp/package.json b/webapp/package.json index 1a2387b2..cfb01ce6 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -1,6 +1,6 @@ { "name": "mstream-desktop-app", - "version": "5.9.3", + "version": "5.9.4", "description": "mStream Desktop Player", "main": "index.js", "scripts": {