Add version to console, rageshake, and settings modal

This commit is contained in:
Robert Long 2022-02-16 11:29:43 -08:00
commit 9fc4af2bd7
5 changed files with 16 additions and 1 deletions

View file

@ -24,6 +24,9 @@ yarn link
cd ..
cd matrix-video-chat
export VITE_APP_VERSION=$(git describe --tags --abbrev=0)
yarn link matrix-js-sdk
yarn link matrix-react-sdk
yarn install