mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-07 07:02:46 +02:00
remove grabage file
This commit is contained in:
parent
caa99c1d22
commit
903fe71ed5
2 changed files with 1 additions and 2 deletions
|
@ -1 +0,0 @@
|
|||
Dante@DESKTOP-9JK5VFR.10856:1570152789
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue