diff --git a/buildres/linux/jabrefHost.py b/buildres/linux/jabrefHost.py old mode 100644 new mode 100755 diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 7648d6f06b5..889418ed128 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -50,4 +50,3 @@ parts: snapcraftctl build snapcraftctl set-version "$(cat $SNAPCRAFT_PART_INSTALL/lib/app/JabRef.cfg | grep "app.version=" | cut -d'=' -f2)" sed -i 's|/opt/jabref/lib/jabrefHost.py|/snap/bin/jabref.browser-proxy|g' $SNAPCRAFT_PART_INSTALL/lib/org.jabref.jabref.json - chmod +x $SNAPCRAFT_PART_INSTALL/lib/jabrefHost.py