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.
1 parent 58d281d commit 85584f4Copy full SHA for 85584f4
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