🐛 修复了某些路径无法建立相对路径导致程序启动崩溃的bug

This commit is contained in:
liufei
2022-06-17 10:03:35 +08:00
parent 240008ce2c
commit 001d807bb3
7 changed files with 82 additions and 26 deletions

View File

@@ -54,7 +54,7 @@
</assemblyBinding>
</runtime>
<appSettings>
<add key="Version" value="2.5.10" />
<add key="Version" value="2.5.11" />
<add key="GitHubUrl" value="https://github.com/BookerLiu/GeekDesk" />
<add key="GiteeUrl" value="https://gitee.com/BookerLiu/GeekDesk/tree/master" />
<add key="GitHubUpdateUrl" value="https://raw.githubusercontent.com/BookerLiu/GeekDesk/master/Update.json" />