Skip to content

Commit

Permalink
Cleaning up build
Browse files Browse the repository at this point in the history
  • Loading branch information
rupor-github committed Oct 2, 2022
1 parent eac5cce commit 9e2ddfd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ endif()
# Project version number
set(PRJ_VERSION_Major "1")
set(PRJ_VERSION_Minor "6")
set(PRJ_VERSION_Patch "2")
set(PRJ_VERSION_Patch "3")

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
2 changes: 1 addition & 1 deletion cmake/sign.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
set -e
gopass show -o build/minisign | minisign -S -s ${HOME}/.minisign/build.key -c "wsl-ssh-agent release signature" -m wsl-ssh-agent.zip
passage show build | minisign -S -s ${HOME}/.minisign/build.key -c "wsl-ssh-agent release signature" -m wsl-ssh-agent.zip
sed -i "s/__CURRENT_HASH__/$(sha256sum -z wsl-ssh-agent.zip | awk '{ print $1; }')/g" wsl-ssh-agent.json

0 comments on commit 9e2ddfd

Please sign in to comment.