Skip to content

Commit c5e4523

Browse files
authored
merge PR #251: update post_build.ps1 script
do not copy the JsonRPC folder which doesn't exist anymore
2 parents 58d281d + 85584f4 commit c5e4523

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Scripts/post_build.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ function Copy-Resources ($path, $config) {
3636
$output = "$path\Output"
3737
$target = "$output\$config"
3838
Copy-Item -Recurse -Force $project\Images\* $target\Images\
39-
Copy-Item -Recurse -Force $path\JsonRPC $target\JsonRPC
4039
# making version static as multiple versions can exist in the nuget folder and in the case a breaking change is introduced.
4140
Copy-Item -Force $env:USERPROFILE\.nuget\packages\squirrel.windows\1.5.2\tools\Squirrel.exe $output\Update.exe
4241
}

0 commit comments

Comments
 (0)