Skip to content

[feat] get version from file

Kali Kaneko requested to merge kali/bitmask-vpn:feat/version-from-file into master

if we're running from snap, we take the version string from a file in the snap folder.

the version.sh script is executed during the creation of the snap, and is expected to write a version.txt file in the snap/ folder.

Merge request reports