Skip to content

Commit

Permalink
1.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
xan105 committed Feb 25, 2022
1 parent 6816c7f commit 761c98f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions service/watchdog/watchdog.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

const instance = new (require('single-instance'))('Achievement Watchdog');
const os = require('os');
const { spawn } = require("child_process");
const path = require('path');
const getStartApps = require('get-startapps');
const watch = require('node-watch');
Expand Down
2 changes: 1 addition & 1 deletion setup/{{appData}}/gameIndex.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion setup/{{app}}/nw/watchdog.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"env": ["NODE_SKIP_PLATFORM_CHECK=1"],
"fileCheck": [
{"sum": "02cd30da48078c3c7cee213891b0bfb013e33435245519de7e84b12750bcc072", "size": 56239104},
{"file": "../watchdog/watchdog.js", "sum": "ed190f7c5b4647dc8a291c09365d9aa6082bb279e41e90abdba08bb2145becbe", "size": 16761}
{"file": "../watchdog/watchdog.js", "sum": "4bb82168ae9b013c0c01cf864a84d9e4410bf53887eadbe10fbdf79c8fbdfa64", "size": 16806}
]
}

0 comments on commit 761c98f

Please sign in to comment.