File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -8,17 +8,12 @@ static class Constants
88 {
99 #region root paths
1010
11- public static string RemoteSchemaRepo = "https://github.com/KhronosGroup/glTF.git" ;
12-
13- /// <summary>
14- /// Program directory
15- /// </summary>
16- public static string ProgramDirectory => System . IO . Path . GetDirectoryName ( typeof ( Constants ) . Assembly . Location ) ;
11+ public static string RemoteSchemaRepo = "https://github.com/KhronosGroup/glTF.git" ;
1712
1813 /// <summary>
1914 /// Directory where the schema is downloaded and used as source
2015 /// </summary>
21- public static string LocalRepoDirectory => System . IO . Path . Combine ( ProgramDirectory , "glTF" ) ;
16+ public static string LocalRepoDirectory => System . IO . Path . Combine ( AppContext . BaseDirectory , "glTF" ) ;
2217
2318 #endregion
2419 }
You can’t perform that action at this time.
0 commit comments