licence key

This commit is contained in:
Jan Prochazka
2024-08-14 12:34:24 +02:00
parent 2706297142
commit e9cd1906bc
4 changed files with 68 additions and 7 deletions

View File

@@ -3,7 +3,6 @@ const os = require('os');
const path = require('path');
const processArgs = require('./processArgs');
const isElectron = require('is-electron');
const { checkLicenseWeb, checkLicenseApp } = require('./checkLicense');
const platform = process.env.OS_OVERRIDE ? process.env.OS_OVERRIDE : process.platform;
const isWindows = platform === 'win32';