modified: main.js
modified: package.json
This commit is contained in:
parent
52cb240be3
commit
1efa656529
|
@ -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");
|
||||||
}
|
}
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user