Skip to content
This repository was archived by the owner on Oct 29, 2020. It is now read-only.

Commit a90f189

Browse files
committed
Node_modules cleanup
1 parent b3930be commit a90f189

File tree

6 files changed

+106
-526
lines changed

6 files changed

+106
-526
lines changed

.vs/VSWorkspaceState.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@
22
"ExpandedNodes": [
33
""
44
],
5-
"SelectedNode": "\\overlay-script.js",
65
"PreviewInSolutionExplorer": false
76
}

.vs/YouTubeMusic-by-DM/v16/.suo

14 KB
Binary file not shown.

.vs/slnx.sqlite

0 Bytes
Binary file not shown.

main.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ dialog.showErrorBox = function(title, content) {
77
console.log(`${title}\n${content}`);
88
};
99

10+
//Production
11+
process.env.NODE_ENV='production'
12+
1013
//Update the app automatically NOT WORKING ATM
11-
require('update-electron-app')({
12-
repo: 'DM164/Unoffical-YouTube-Music-App',
13-
updateInterval: '1 hour',
14-
notifyUser: true
15-
})
14+
const { autoUpdater } = require("electron-updater")
15+
autoUpdater.checkForUpdatesAndNotify()
1616

1717
//Discord rich presence client
1818
let client = require('discord-rich-presence')('611219815138590731');

0 commit comments

Comments
 (0)