Added splash screen

This commit is contained in:
Tzahi12345
2023-04-17 22:51:33 -04:00
parent 771fe3d985
commit 4fd676d50c
7 changed files with 1982 additions and 10 deletions

View File

@@ -1,3 +1,7 @@
// TODO: ignore this if not in electron
const rootPath = require('electron-root-path').rootPath;
process.chdir(rootPath);
const { uuid } = require('uuidv4');
const fs = require('fs-extra');
const { promisify } = require('util');