remove grabage file

This commit is contained in:
danteruiz 2019-10-03 18:51:19 -07:00
parent caa99c1d22
commit 903fe71ed5
2 changed files with 1 additions and 2 deletions

View file

@ -1 +0,0 @@
Dante@DESKTOP-9JK5VFR.10856:1570152789

View file

@ -46,7 +46,7 @@ int main(int argc, char *argv[]) {
#ifdef Q_OS_WIN
LauncherInstaller launcherInstaller(argv[0]);
if (options->contains("--restart") || launcherInstaller.runningOutsideOfInstallDir()) {
launcherInstaller.install();
launcherInstaller.install();
} else if (options->contains("--uninstall")) {
launcherInstaller.uninstall();
return 0;