File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ endif()
5959# Project version number
6060set (PRJ_VERSION_Major "1" )
6161set (PRJ_VERSION_Minor "5" )
62- set (PRJ_VERSION_Patch "1 " )
62+ set (PRJ_VERSION_Patch "2 " )
6363
6464if (EXISTS "${PROJECT_SOURCE_DIR} /.git" AND IS_DIRECTORY "${PROJECT_SOURCE_DIR} /.git" )
6565 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
1313
1414cp ../../jstarks/npiperelay/npiperelay.exe ${_dist} /.
1515cd ${_dist}
16- zip -9 ../wsl-gpg -agent.zip *
16+ zip -9 ../wsl-ssh -agent.zip *
1717cd ..
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