feat: disabling button when installing

This commit is contained in:
Chubby Granny Chaser
2025-04-06 23:55:39 +01:00
parent e7427b8184
commit a55b5dafa0
4 changed files with 6 additions and 7 deletions

View File

@@ -9,7 +9,7 @@ export const binaryName = {
win32: "7z.exe",
};
export class _7Zip {
export class SevenZip {
private static readonly binaryPath = app.isPackaged
? path.join(process.resourcesPath, binaryName[process.platform])
: path.join(