Revise loader DLL to work under Wine, loading screen beta text, cleanup

This commit is contained in:
CakeLancelot
2023-09-16 20:51:33 -05:00
parent d4dc403e90
commit 43f0c8c684
4 changed files with 26 additions and 31 deletions

View File

@@ -1,3 +1,4 @@
// TODO: path.join in this file, pass in json paths from index.js
var remote = require("remote");
var remotefs = remote.require("fs-extra");
var dns = remote.require("dns");