Use MUI pages for Windows installer UI

This commit is contained in:
hensm
2019-03-07 23:55:39 +00:00
parent 0fef3fd98c
commit 285b31e7c9
4 changed files with 55 additions and 11 deletions

View File

@@ -5,8 +5,10 @@ const { __applicationName
, __applicationExecutableName } = require("../../package.json");
exports.DIST_PATH = path.join(__dirname, "../../../dist/app");
const rootPath = path.join(__dirname, "../../../");
exports.DIST_PATH = path.join(rootPath, "dist/app");
exports.LICENSE_PATH = path.join(rootPath, "LICENSE");
exports.WIN_REGISTRY_KEY = __applicationName;
exports.executableName = {