mirror of
https://github.com/sezanzeb/input-remapper
synced 2024-11-08 07:10:36 +00:00
10 lines
195 B
Bash
Executable File
10 lines
195 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# build the .deb and .appimage files
|
|
# https://ubuntuforums.org/showthread.php?t=1002909
|
|
|
|
python3 setup.py sdist
|
|
cd dist
|
|
tar -xzf key-mapper-0.1.0.tar.gz
|
|
cd key-mapper-0.1.0
|