Skip to content

Commit

Permalink
return sed commands
Browse files Browse the repository at this point in the history
  • Loading branch information
madeofpendletonwool committed Dec 10, 2024
1 parent 9af6762 commit 1c93921
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions clients/flatpak/com.gooseberrydevelopment.pinepods.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ modules:
build-commands:
- ar -x pinepods.deb
- tar -xf data.tar.gz
- sed -i 's/Icon=app/Icon=com.gooseberrydevelopment.pinepods/' usr/share/applications/Pinepods.desktop
- sed -i 's/Exec=app/Exec=tauri-app/' usr/share/applications/Pinepods.desktop
- mkdir -p /app/bin
- cp -r usr/bin/* /app/bin
- install -Dm644 32x32.png /app/share/icons/hicolor/32x32/apps/com.gooseberrydevelopment.pinepods.png
Expand Down

0 comments on commit 1c93921

Please sign in to comment.