File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
$defaultStyleText = " (default style)"
2
2
$headerMarkdown = " ##"
3
3
$listMarkdown = " -"
4
- $themesDirectory = " ..\MaterialDesignThemes.Wpf\Themes\"
4
+ $themesDirectory = " ..\src\ MaterialDesignThemes.Wpf\Themes\"
5
5
$latestHash = git log -1 -- pretty= format:" %H"
6
6
$baseURL = " https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit/blob"
7
- $filePathURL = " MaterialDesignThemes.Wpf/Themes"
7
+ $filePathURL = " src/ MaterialDesignThemes.Wpf/Themes"
8
8
$outputFileName = " ControlStyleList.md"
9
9
$themesFullDir = Join-Path $PSScriptRoot $themesDirectory
10
10
$outputFullDir = Join-Path $PSScriptRoot $outputFileName
@@ -160,4 +160,4 @@ Function Read-BasedOn {
160
160
return ($targetTypeText.BasedOn -replace " {StaticResource" -replace " .*:" -replace " }*" ).Trim()
161
161
}
162
162
163
- Main
163
+ Main
You can’t perform that action at this time.
0 commit comments