修正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() .getProtectionDomain()
.getCodeSource() .getCodeSource()
.getLocation() .getLocation()
.toURI() .toURI());
.getPath());
} catch (URISyntaxException ex) { } catch (URISyntaxException ex) {
throw new RuntimeException(ex);}}} throw new RuntimeException(ex);}}}