소스 검색

Update ClassicDesktopEntry.cs

Krzysztof Krysiński 1 개월 전
부모
커밋
254fb4865e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/PixiEditor/Initialization/ClassicDesktopEntry.cs

+ 1 - 1
src/PixiEditor/Initialization/ClassicDesktopEntry.cs

@@ -173,7 +173,7 @@ internal class ClassicDesktopEntry
             GetApiKey());
 #else
         return new PixiEditor.Platform.Standalone.StandalonePlatform([Paths.LocalExtensionPackagesPath, Paths.InstallDirExtensionPackagesPath], GetApiUrl(),
-            GetApiKey());
+            GetApiKey()); // The first in the extensionsPath array should be local, because it's the default where extensions are installed. Otherwise, OS access rights may cause issues.
 #endif
     }