File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ endif()
60
60
# Project version number
61
61
set (PRJ_VERSION_Major "1" )
62
62
set (PRJ_VERSION_Minor "6" )
63
- set (PRJ_VERSION_Patch "2 " )
63
+ set (PRJ_VERSION_Patch "3 " )
64
64
65
65
if (EXISTS "${PROJECT_SOURCE_DIR} /.git" AND IS_DIRECTORY "${PROJECT_SOURCE_DIR} /.git" )
66
66
execute_process (COMMAND ${CMAKE_SOURCE_DIR} /cmake/githash.sh ${GIT_EXECUTABLE}
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
set -e
3
- gopass show -o build/minisign | minisign -S -s ${HOME} /.minisign/build.key -c " wsl-ssh-agent release signature" -m wsl-ssh-agent.zip
3
+ passage show build | minisign -S -s ${HOME} /.minisign/build.key -c " wsl-ssh-agent release signature" -m wsl-ssh-agent.zip
4
4
sed -i " s/__CURRENT_HASH__/$( sha256sum -z wsl-ssh-agent.zip | awk ' { print $1; }' ) /g" wsl-ssh-agent.json
You can’t perform that action at this time.
0 commit comments