Skip to content

Commit

Permalink
fix: 4410 sign also resource dll
Browse files Browse the repository at this point in the history
  • Loading branch information
punker76 committed Jul 17, 2023
1 parent 2fb0e1b commit ec43495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ Task("Sign")
.ContinueOnError()
.Does(() =>
{
var files = GetFiles("./src/MahApps.Metro/bin/**/*/MahApps.Metro.dll");
var files = GetFiles("./src/MahApps.Metro/bin/**/*/MahApps.Metro*.dll");
SignFiles(files, "MahApps.Metro, a toolkit for creating Metro / Modern UI styled WPF applications.");
files = GetFiles("./src/MahApps.Metro.Samples/**/bin/**/*.exe");
Expand Down

0 comments on commit ec43495

Please sign in to comment.