We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 58d281d + 85584f4 commit c5e4523Copy full SHA for c5e4523
Scripts/post_build.ps1
@@ -36,7 +36,6 @@ function Copy-Resources ($path, $config) {
36
$output = "$path\Output"
37
$target = "$output\$config"
38
Copy-Item -Recurse -Force $project\Images\* $target\Images\
39
- Copy-Item -Recurse -Force $path\JsonRPC $target\JsonRPC
40
# making version static as multiple versions can exist in the nuget folder and in the case a breaking change is introduced.
41
Copy-Item -Force $env:USERPROFILE\.nuget\packages\squirrel.windows\1.5.2\tools\Squirrel.exe $output\Update.exe
42
}
0 commit comments