Refactor scripts (#370)

* Rename debian to deb

* Merge scripts into one

* Add error handler

* Disable wine installation to change electron icon due to error

* Replace debuild with dpkg-buildpackage

* Update workflows with new script

* Fix path
This commit is contained in:
Mahor
2022-07-02 19:42:08 +00:00
committed by GitHub
parent bdb0ad89d4
commit ed180121ff
14 changed files with 285 additions and 264 deletions
@@ -1,9 +1,9 @@
#!/bin/sh
if [ ! -f /usr/bin/electron ]; then
echo "Electron executable was not found!
echo "Electron executable was not found!
In order to run this launcher, you need Electron installed."
exit 1
exit 1
fi
exec /usr/bin/java \