mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-04-04 13:02:01 +02:00
CI/CD: add postinstall for debian
This commit is contained in:
parent
b76a718f52
commit
e384a4e5e4
|
@ -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
3
debian/DEBIAN/postinstall
vendored
Normal 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
|
Loading…
Reference in a new issue