Skip to content

Commit

Permalink
win32: fix build info
Browse files Browse the repository at this point in the history
  • Loading branch information
oaubert committed Aug 27, 2024
1 parent c50a283 commit 6562467
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev/win_installer/_base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,8 @@ function install_advene {
local GIT_DESCRIBE=$(git describe --always | sed -e 's/release\///')
ADVENE_VERSION_DESC="$ADVENE_VERSION-r$GIT_DESCRIBE"

echo "build='${ADVENE_VERSION_DESC}'" >> lib/advene/core/version.py
echo "build_date='$(date -Is)'">> lib/advene/core/version.py
echo "build='${ADVENE_VERSION_DESC}'" >> "${REPO_CLONE}/lib/advene/core/version.py"
echo "build_date='$(date -Is)'">> "${REPO_CLONE}/lib/advene/core/version.py"
git describe --always > "${MINGW_ROOT}/share/buildinfo.log"
git status --long --verbose >> "${MINGW_ROOT}/share/buildinfo.log"

Expand Down

0 comments on commit 6562467

Please sign in to comment.