diff --git a/Apewer/RuntimeUtility.cs b/Apewer/RuntimeUtility.cs index 8d6a069..836cf7e 100644 --- a/Apewer/RuntimeUtility.cs +++ b/Apewer/RuntimeUtility.cs @@ -797,6 +797,8 @@ namespace Apewer #else var path = AppDomain.CurrentDomain.SetupInformation.ApplicationBase; #endif + path = TextUtility.AssureEnds(path, "\\", false); + path = TextUtility.AssureEnds(path, "/", false); temp = new Class(path); _AppPath = temp; }