Skip to content

Commit

Permalink
Correct Nextcloud appimage location
Browse files Browse the repository at this point in the history
  • Loading branch information
alextrical committed Dec 8, 2023
1 parent aa8fe01 commit 0ea85c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/scripts/nextcloud.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ mv /tmp/Nextcloud/squashfs-root/usr/share/icons/hicolor/1024x1024/apps/* /usr/sh

#Setup Desktop file
mv /tmp/Nextcloud/squashfs-root/com.nextcloud.desktopclient.nextcloud.desktop /usr/share/applications/Nextcloud.desktop
sed -i 's@Exec=nextcloud@Exec=/usr/bin/nextcloud@g' /usr/share/applications/Nextcloud.desktop
sed -i 's@Exec=nextcloud@Exec=/usr/share/appimages/Nextcloud-x86_64.AppImage@g' /usr/share/applications/Nextcloud.desktop

0 comments on commit 0ea85c7

Please sign in to comment.