We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d04392 commit 1398324Copy full SHA for 1398324
make-appimage.sh
@@ -12,6 +12,11 @@ export ICON=/usr/share/icons/hicolor/scalable/apps/meganimus.svg
12
export DESKTOP=/usr/share/applications/meganimus.desktop
13
export DEPLOY_SYS_PYTHON=1
14
15
+# workaround horrible bug in file
16
+# https://bugs.astron.com/view.php?id=704
17
+mv -v /usr/bin/meganimus /usr/bin/meganimus.py
18
+ln -s meganimus.py /usr/bin/meganimus
19
+
20
# Deploy dependencies
21
quick-sharun \
22
/usr/bin/meganimus \
0 commit comments