File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ endif()
59
59
# Project version number
60
60
set (PRJ_VERSION_Major "1" )
61
61
set (PRJ_VERSION_Minor "5" )
62
- set (PRJ_VERSION_Patch "1 " )
62
+ set (PRJ_VERSION_Patch "2 " )
63
63
64
64
if (EXISTS "${PROJECT_SOURCE_DIR} /.git" AND IS_DIRECTORY "${PROJECT_SOURCE_DIR} /.git" )
65
65
execute_process (COMMAND ${CMAKE_SOURCE_DIR} /cmake/githash.sh ${GIT_EXECUTABLE}
Original file line number Diff line number Diff line change @@ -13,6 +13,6 @@ _dist=bin
13
13
14
14
cp ../../jstarks/npiperelay/npiperelay.exe ${_dist} /.
15
15
cd ${_dist}
16
- zip -9 ../wsl-gpg -agent.zip *
16
+ zip -9 ../wsl-ssh -agent.zip *
17
17
cd ..
18
- echo ${BUILD_PSWD} | minisign -S -s ~ /.minisign/build.key -c " wsl-gpg -agent release signature" -m wsl-gpg -agent.zip
18
+ echo ${BUILD_PSWD} | minisign -S -s ~ /.minisign/build.key -c " wsl-ssh -agent release signature" -m wsl-ssh -agent.zip
You can’t perform that action at this time.
0 commit comments