Skip to content

Commit 1398324

Browse files
authored
omg
1 parent 8d04392 commit 1398324

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

make-appimage.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ export ICON=/usr/share/icons/hicolor/scalable/apps/meganimus.svg
1212
export DESKTOP=/usr/share/applications/meganimus.desktop
1313
export DEPLOY_SYS_PYTHON=1
1414

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+
1520
# Deploy dependencies
1621
quick-sharun \
1722
/usr/bin/meganimus \

0 commit comments

Comments
 (0)