Skip to content

Commit

Permalink
win installer: add debug messages
Browse files Browse the repository at this point in the history
  • Loading branch information
oaubert committed Mar 1, 2021
1 parent 5022a64 commit 4ce27be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dev/win_installer/_base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,8 @@ function install_advene {

echo "build='${ADVENE_VERSION_DESC}'" >> lib/advene/core/version.py
echo "build_date='$(date -Is)'">> lib/advene/core/version.py
git describe > share/buildinfo.log
git status --long --verbose >> share/buildinfo.log
cd ..
build_compileall -d "" -f -q "$(cygpath -w "${MINGW_ROOT}")"
}
Expand Down

0 comments on commit 4ce27be

Please sign in to comment.