修正Windows上启动崩溃的问题

This commit is contained in:
2025-08-28 14:07:27 +08:00
parent 2ee3d577df
commit eab8314720
@@ -78,8 +78,7 @@ class SystemdInstallerManager implements CommandLineRunner {
.getProtectionDomain()
.getCodeSource()
.getLocation()
.toURI()
.getPath());
.toURI());
} catch (URISyntaxException ex) {
throw new RuntimeException(ex);}}}