input-remapper/build.sh
2020-11-29 10:42:20 +01:00

10 lines
194 B
Bash
Executable File

#!/usr/bin/env bash
# build the .deb and .appimage files
# https://ubuntuforums.org/showthread.php?t=1002909
python setup.py sdist
cd dist
tar -xzf key-mapper-0.1.0.tar.gz
cd key-mapper-0.1.0