feat: adding drive mapping

This commit is contained in:
Chubby Granny Chaser 2024-10-08 03:33:06 +01:00
parent 1705b89355
commit bcca701dc9
No known key found for this signature in database
4 changed files with 68 additions and 27 deletions

View file

@ -20,3 +20,5 @@ export const seedsPath = app.isPackaged
export const backupsPath = path.join(app.getPath("userData"), "Backups");
export const appVersion = app.getVersion();
export const artifactMetadataFileName = "hydra-launcher-metadata.json";