Skip to content

Commit f94685c

Browse files
committed
Fixing build script
Signed-off-by: rupor-github <[email protected]>
1 parent a26ca9c commit f94685c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-release.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ _dist=bin
1111
make install
1212
)
1313

14-
cp ../npiperelay/npiperelay.exe ${_dist}/.
14+
cp ../../jstarks/npiperelay/npiperelay.exe ${_dist}/.
1515
cd ${_dist}
1616
zip -9 ../wsl-gpg-agent.zip *
1717
cd ..

0 commit comments

Comments
 (0)