mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-19 02:55:15 +00:00
fe759f3599
* chore: identify version numbers using a git tag - remove VERSION file - expose the `GIT_COMMIT`so that we can properly construct the web links when the user clicks the version number in Settings/About - some smaller cleanups and warning fixes Fixes #12349 * fix_: ci artifact version and use version scripts --------- Co-authored-by: Igor Sirotin <sirotin@status.im>
3 lines
57 B
Bash
Executable File
3 lines
57 B
Bash
Executable File
#!/usr/bin/env bash
|
|
git describe --tags --dirty="-dirty"
|