We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a26ca9c commit f94685cCopy full SHA for f94685c
build-release.sh
@@ -11,7 +11,7 @@ _dist=bin
11
make install
12
)
13
14
-cp ../npiperelay/npiperelay.exe ${_dist}/.
+cp ../../jstarks/npiperelay/npiperelay.exe ${_dist}/.
15
cd ${_dist}
16
zip -9 ../wsl-gpg-agent.zip *
17
cd ..
0 commit comments