modified: main.js

modified:   package.json
This commit is contained in:
kaias1jp 2019-01-28 21:37:59 +09:00
parent 52cb240be3
commit 1efa656529
2 changed files with 2 additions and 1 deletions

View File

@ -12,6 +12,7 @@ const fm = require('font-manager');
const Menu=electron.Menu const Menu=electron.Menu
var updatewin=null; var updatewin=null;
const join = require('path').join; const join = require('path').join;
// linuxの時は定義しない
if (process.platform!='linux') { if (process.platform!='linux') {
const {NowPlaying,PlayerName} = require("nowplaying-node"); const {NowPlaying,PlayerName} = require("nowplaying-node");
} }

View File

@ -34,7 +34,7 @@
], ],
"license": "GPL-3.0", "license": "GPL-3.0",
"dependencies": { "dependencies": {
"electron": "^4.0.2", "electron": "^3.0.10",
"electron-dl": "^1.11.0", "electron-dl": "^1.11.0",
"font-manager": "^0.3.0", "font-manager": "^0.3.0",
"jimp": "^0.2.28", "jimp": "^0.2.28",