delete serve

This commit is contained in:
jliddev
2020-09-22 09:22:22 -05:00
parent a27c695afd
commit 0369fbcf2d
26 changed files with 0 additions and 145 deletions

View File

@@ -1,16 +0,0 @@
// import { Titlebar, Color } from 'custom-electron-titlebar'
// window.addEventListener('DOMContentLoaded', () => {
// new Titlebar({
// backgroundColor: Color.fromHex('#ECECEC'),
// menu: null,
// icon: './assets/wowup_logo_512np.png'
// });
// const replaceText = (selector, text) => {
// const element = document.getElementById(selector)
// if (element) element.innerText = text
// }
// for (const type of ['chrome', 'node', 'electron']) {
// replaceText(`${type}-version`, process.versions[type])
// }
// });
//# sourceMappingURL=preload.js.map

View File

@@ -1,14 +0,0 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.CURSE_HASH_FILE_CHANNEL = exports.COPY_FILE_CHANNEL = exports.UNZIP_FILE_CHANNEL = exports.READ_FILE_CHANNEL = exports.LIST_FILES_CHANNEL = exports.STAT_DIRECTORY_CHANNEL = exports.RENAME_DIRECTORY_CHANNEL = exports.DELETE_DIRECTORY_CHANNEL = exports.COPY_DIRECTORY_CHANNEL = exports.DOWNLOAD_FILE_CHANNEL = void 0;
exports.DOWNLOAD_FILE_CHANNEL = 'download-file';
exports.COPY_DIRECTORY_CHANNEL = 'copy-directory';
exports.DELETE_DIRECTORY_CHANNEL = 'delete-directory';
exports.RENAME_DIRECTORY_CHANNEL = 'rename-directory';
exports.STAT_DIRECTORY_CHANNEL = 'stat-directory';
exports.LIST_FILES_CHANNEL = 'list-files';
exports.READ_FILE_CHANNEL = 'read-file';
exports.UNZIP_FILE_CHANNEL = 'unzip-file';
exports.COPY_FILE_CHANNEL = 'copy-file';
exports.CURSE_HASH_FILE_CHANNEL = 'curse-hash-file';
//# sourceMappingURL=constants.js.map

View File

@@ -1,3 +0,0 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=copy-directory-request.js.map

View File

@@ -1,3 +0,0 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=copy-file-request.js.map

View File

@@ -1,3 +0,0 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=curse-hash-file-request.js.map

View File

@@ -1,3 +0,0 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=curse-hash-file-response.js.map

View File

@@ -1,3 +0,0 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=delete-directory-request.js.map

View File

@@ -1,3 +0,0 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=download-request.js.map

View File

@@ -1,10 +0,0 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.DownloadStatusType = void 0;
var DownloadStatusType;
(function (DownloadStatusType) {
DownloadStatusType[DownloadStatusType["Progress"] = 0] = "Progress";
DownloadStatusType[DownloadStatusType["Complete"] = 1] = "Complete";
DownloadStatusType[DownloadStatusType["Error"] = 2] = "Error";
})(DownloadStatusType = exports.DownloadStatusType || (exports.DownloadStatusType = {}));
//# sourceMappingURL=download-status-type.js.map

View File

@@ -1,3 +0,0 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=download-status.js.map

View File

@@ -1,3 +0,0 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=list-files-request.js.map

View File

@@ -1,3 +0,0 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=list-files-response.js.map

View File

@@ -1,3 +0,0 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=read-file-request.js.map

View File

@@ -1,3 +0,0 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=read-file-response.js.map

View File

@@ -1,3 +0,0 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=unzip-request.js.map

View File

@@ -1,9 +0,0 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.UnzipStatusType = void 0;
var UnzipStatusType;
(function (UnzipStatusType) {
UnzipStatusType[UnzipStatusType["Complete"] = 0] = "Complete";
UnzipStatusType[UnzipStatusType["Error"] = 1] = "Error";
})(UnzipStatusType = exports.UnzipStatusType || (exports.UnzipStatusType = {}));
//# sourceMappingURL=unzip-status-type.js.map

View File

@@ -1,3 +0,0 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=unzip-status.js.map

View File

@@ -1,16 +0,0 @@
// import { Titlebar, Color } from 'custom-electron-titlebar'
// window.addEventListener('DOMContentLoaded', () => {
// new Titlebar({
// backgroundColor: Color.fromHex('#ECECEC'),
// menu: null,
// icon: './assets/wowup_logo_512np.png'
// });
// const replaceText = (selector, text) => {
// const element = document.getElementById(selector)
// if (element) element.innerText = text
// }
// for (const type of ['chrome', 'node', 'electron']) {
// replaceText(`${type}-version`, process.versions[type])
// }
// });
//# sourceMappingURL=preload.js.map

View File

@@ -1,7 +0,0 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.COPY_FILE_CHANNEL = exports.UNZIP_FILE_CHANNEL = exports.DOWNLOAD_FILE_CHANNEL = void 0;
exports.DOWNLOAD_FILE_CHANNEL = 'download-file';
exports.UNZIP_FILE_CHANNEL = 'unzip-file';
exports.COPY_FILE_CHANNEL = 'copy-file';
//# sourceMappingURL=constants.js.map

View File

@@ -1,3 +0,0 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=copy-file-request.js.map

View File

@@ -1,3 +0,0 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=download-request.js.map

View File

@@ -1,10 +0,0 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.DownloadStatusType = void 0;
var DownloadStatusType;
(function (DownloadStatusType) {
DownloadStatusType[DownloadStatusType["Progress"] = 0] = "Progress";
DownloadStatusType[DownloadStatusType["Complete"] = 1] = "Complete";
DownloadStatusType[DownloadStatusType["Error"] = 2] = "Error";
})(DownloadStatusType = exports.DownloadStatusType || (exports.DownloadStatusType = {}));
//# sourceMappingURL=download-status-type.js.map

View File

@@ -1,3 +0,0 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=download-status.js.map

View File

@@ -1,3 +0,0 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=unzip-request.js.map

View File

@@ -1,9 +0,0 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.UnzipStatusType = void 0;
var UnzipStatusType;
(function (UnzipStatusType) {
UnzipStatusType[UnzipStatusType["Complete"] = 0] = "Complete";
UnzipStatusType[UnzipStatusType["Error"] = 1] = "Error";
})(UnzipStatusType = exports.UnzipStatusType || (exports.UnzipStatusType = {}));
//# sourceMappingURL=unzip-status-type.js.map

View File

@@ -1,3 +0,0 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=unzip-status.js.map