Skip to content

Commit

Permalink
Fixing typo in teh build script
Browse files Browse the repository at this point in the history
  • Loading branch information
rupor-github committed Apr 9, 2021
1 parent f94685c commit 5fe5776
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ endif()
# Project version number
set(PRJ_VERSION_Major "1")
set(PRJ_VERSION_Minor "5")
set(PRJ_VERSION_Patch "1")
set(PRJ_VERSION_Patch "2")

if (EXISTS "${PROJECT_SOURCE_DIR}/.git" AND IS_DIRECTORY "${PROJECT_SOURCE_DIR}/.git")
execute_process(COMMAND ${CMAKE_SOURCE_DIR}/cmake/githash.sh ${GIT_EXECUTABLE}
Expand Down
4 changes: 2 additions & 2 deletions build-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ _dist=bin

cp ../../jstarks/npiperelay/npiperelay.exe ${_dist}/.
cd ${_dist}
zip -9 ../wsl-gpg-agent.zip *
zip -9 ../wsl-ssh-agent.zip *
cd ..
echo ${BUILD_PSWD} | minisign -S -s ~/.minisign/build.key -c "wsl-gpg-agent release signature" -m wsl-gpg-agent.zip
echo ${BUILD_PSWD} | minisign -S -s ~/.minisign/build.key -c "wsl-ssh-agent release signature" -m wsl-ssh-agent.zip

0 comments on commit 5fe5776

Please sign in to comment.