From 2231a5320b92300dfcb4a8c601c046751be81851 Mon Sep 17 00:00:00 2001 From: sezanzeb Date: Sun, 29 Nov 2020 10:44:51 +0100 Subject: [PATCH] wip debian package --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 4b27d63a..7248eedf 100755 --- a/build.sh +++ b/build.sh @@ -3,7 +3,7 @@ # build the .deb and .appimage files # https://ubuntuforums.org/showthread.php?t=1002909 -python setup.py sdist +python3 setup.py sdist cd dist tar -xzf key-mapper-0.1.0.tar.gz cd key-mapper-0.1.0