mirror of
https://github.com/sezanzeb/input-remapper
synced 2024-11-04 12:00:16 +00:00
10 lines
194 B
Bash
Executable File
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
|