Skip to content

Commit

Permalink
Fixing the script that generates the style. (#3563)
Browse files Browse the repository at this point in the history
  • Loading branch information
Keboo committed May 16, 2024
1 parent 0a1a2d7 commit e163c82
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build/GenerateThemesWikiMarkdown.ps1
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
$defaultStyleText = "(default style)"
$headerMarkdown = "##"
$listMarkdown = "-"
$themesDirectory = "..\MaterialDesignThemes.Wpf\Themes\"
$themesDirectory = "..\src\MaterialDesignThemes.Wpf\Themes\"
$latestHash = git log -1 --pretty=format:"%H"
$baseURL = "https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit/blob"
$filePathURL = "MaterialDesignThemes.Wpf/Themes"
$filePathURL = "src/MaterialDesignThemes.Wpf/Themes"
$outputFileName = "ControlStyleList.md"
$themesFullDir = Join-Path $PSScriptRoot $themesDirectory
$outputFullDir = Join-Path $PSScriptRoot $outputFileName
Expand Down Expand Up @@ -160,4 +160,4 @@ Function Read-BasedOn {
return ($targetTypeText.BasedOn -replace "{StaticResource" -replace ".*:" -replace "}*").Trim()
}

Main
Main

0 comments on commit e163c82

Please sign in to comment.