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 a8d9ad4 commit 37554b8Copy full SHA for 37554b8
dist-msi.sh
@@ -112,7 +112,9 @@ function get-sources {
112
}
113
114
function get-binaries {
115
- unzip -q $RELEASE_DIR/$NAME_VSN.zip -d tmp/unzip/$NAME_VSN
+ unzip -q $RELEASE_DIR/$NAME_VSN.zip -d tmp/unzip/
116
+ mkdir -p tmp/unzip/bin
117
+ cp -r tmp/unzip/$NAME_VSN/projects/client/RabbitMQ.Client/build/bin tmp/unzip/$NAME_VSN/bin
118
119
120
function gen-wxs {
0 commit comments