Skip to content

Commit

Permalink
fix CreateReleaseFile.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
htcfreek committed Jul 2, 2021
1 parent e80ffb7 commit 712c9a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repoTools/CreateReleaseFile.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Param(
[String]$ReleaseDir="\release"
[String]$OutFileName="$($ReleaseName)_v$($ReleaseVersion).zip"
[String[]]$CompressFiles = @(
"$($RepoDir)$($SrcDir)\*.*",
"$($RepoDir)$($SrcDir)\*",
"$($RepoDir)\LICENSE.md",
"$($RepoDir)\DISCLAIMER.md"
)
Expand Down

0 comments on commit 712c9a3

Please sign in to comment.