This commit is contained in:
IrosTheBeggar 2021-12-29 10:25:06 -05:00
parent 723314a3e7
commit 369ac4b68f
3 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "mstream",
"version": "5.9.2",
"version": "5.9.3",
"description": "music streaming server",
"main": "cli-boot-wrapper.js",
"bin": {

View File

@ -7,7 +7,6 @@ function createWindow () {
width: 1200,
height: 800
})
win.webContents.openDevTools()
win.loadFile('./index.html')
}

View File

@ -1,6 +1,6 @@
{
"name": "mstream-desktop-app",
"version": "5.9.2",
"version": "5.9.3",
"description": "mStream Desktop Player",
"main": "index.js",
"scripts": {