modified: main.js
modified: package.json
This commit is contained in:
		@@ -12,7 +12,9 @@ const fm = require('font-manager');
 | 
			
		||||
const Menu=electron.Menu
 | 
			
		||||
var updatewin=null;
 | 
			
		||||
const join = require('path').join;
 | 
			
		||||
if (process.platform!='linux') {
 | 
			
		||||
  const {NowPlaying,PlayerName} = require("nowplaying-node");
 | 
			
		||||
}
 | 
			
		||||
// アプリケーションをコントロールするモジュール
 | 
			
		||||
const app = electron.app;
 | 
			
		||||
// ウィンドウを作成するモジュール
 | 
			
		||||
 
 | 
			
		||||
@@ -34,14 +34,15 @@
 | 
			
		||||
  ],
 | 
			
		||||
  "license": "GPL-3.0",
 | 
			
		||||
  "dependencies": {
 | 
			
		||||
    "electron": "^4.0.2",
 | 
			
		||||
    "electron-dl": "^1.11.0",
 | 
			
		||||
    "font-manager": "^0.3.0",
 | 
			
		||||
    "jimp": "^0.2.28",
 | 
			
		||||
    "node-notifier": "^5.2.1",
 | 
			
		||||
    "nowplaying-node": "^0.1.3",
 | 
			
		||||
    "sumchecker": "^2.0.2"
 | 
			
		||||
  },
 | 
			
		||||
  "optionalDependencies": {
 | 
			
		||||
    "nowplaying-node": "^0.1.3",
 | 
			
		||||
    "itunes-nowplaying-mac": "^0.2.3"
 | 
			
		||||
  },
 | 
			
		||||
  "build": {
 | 
			
		||||
@@ -78,7 +79,8 @@
 | 
			
		||||
    "electronVersion": "3.0.10"
 | 
			
		||||
  },
 | 
			
		||||
  "devDependencies": {
 | 
			
		||||
    "electron-rebuild": "^1.8.2",
 | 
			
		||||
    "electron-prebuilt": "^1.4.13"
 | 
			
		||||
    "electron-packager": "^13.0.1",
 | 
			
		||||
    "electron-prebuilt": "^1.4.13",
 | 
			
		||||
    "electron-rebuild": "^1.8.2"
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user