Reduce "revision" to commit sha

This commit is contained in:
0x1eef 2024-05-25 01:01:31 -03:00
parent 1673fd2cf4
commit 52e8403bb7

View file

@ -15,7 +15,7 @@ module Mixin
end
def revision
["v#{app_version}", " ", "(#{cmd("git rev-parse HEAD").stdout.strip})"].join
cmd("git rev-parse HEAD").stdout.strip
end
def build_dir