diff --git a/.gitignore b/.gitignore index 4ae8589..7432bdf 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,5 @@ plchat.build dist build plchatwindows.py +deb/**/* +!deb/DEBIAN \ No newline at end of file diff --git a/deb/DEBIAN/postinst b/deb/DEBIAN/postinst index 99eee81..c8bccb0 100755 --- a/deb/DEBIAN/postinst +++ b/deb/DEBIAN/postinst @@ -4,4 +4,4 @@ cd /usr/lib/plchat python3 -m venv venv source venv/bin/activate pip3 install PyQt5==5.15.4 PyQt5-Qt5 PyQt5-sip certifi cryptography -ln -sf /usr/lib/plchat/dist/plchat /usr/bin/plchat +ln -sf /usr/lib/plchat/plchat /usr/bin/plchat