CI/CD: add postinstall for debian

This commit is contained in:
DashieTM 2024-06-06 19:03:49 +02:00
parent b76a718f52
commit e384a4e5e4
2 changed files with 4 additions and 1 deletions

View file

@ -45,7 +45,7 @@ ReSet is available with the following packaging solutions:
We are currently not published on flatpak due to issues with permissions.
This is being worked on...
installation:
Installation:
Download the flatpak package from the release and install with the terminal.
```

3
debian/DEBIAN/postinstall vendored Normal file
View file

@ -0,0 +1,3 @@
install -Dm755 target/release/reset /usr/bin/reset
install -Dm644 reset.desktop /usr/share/applications/reset.desktop
install -Dm644 src/resources/icons/ReSet.svg /usr/share/pixmaps/ReSet.svg