File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
NetcodePatcher.Tools.Common Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ public class BuildContext : FrostingContext
4343
4444 public DirectoryPath PatcherCommonOutputDirectory => PatcherProjectDirectory
4545 . Combine ( "dist" )
46- . Combine ( $ "unity-v{ UnityVersion . Major } . { UnityVersion . Minor } ")
46+ . Combine ( $ "unity-v{ UnityVersion } ")
4747 . Combine ( $ "unity-transport-v{ UnityTransportVersion } ") ;
4848
4949 public DirectoryPath PatcherSpecificOutputDirectory => PatcherCommonOutputDirectory
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ public record PatcherConfiguration
1717
1818 public string PatcherCommonAssemblyDir => Path . Combine (
1919 ExecutingDir ,
20- $ "unity-v{ UnityVersion . Major } . { UnityVersion . Minor } ",
20+ $ "unity-v{ UnityVersion } ",
2121 $ "unity-transport-v{ TransportVersion } "
2222 ) ;
2323
You can’t perform that action at this time.
0 commit comments