Commit with fixed paths

This commit is contained in:
2022-02-10 03:46:44 +01:00
parent 44ef9ad3bf
commit b0956ac5d1
51 changed files with 2450 additions and 1 deletions

6
scripts/install.js Normal file
View File

@@ -0,0 +1,6 @@
const NOT_WINDOWS = process.platform !== "win32";
const YELLOW = '\x1b[33m%s\x1b[0m';
if (NOT_WINDOWS) {
console.log(YELLOW, `Warning: node-simconnect does not work on ${process.platform}`);
}