mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 00:15:32 +00:00
This change modifies the scripts and the Debian packaging to use the meson build / build.sh script for building instead of autotools.
3 lines
79 B
Bash
Executable file
3 lines
79 B
Bash
Executable file
#!/usr/bin/env bash
|
|
# Get the version number from VERSION.md
|
|
cat ../VERSION.md
|