We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent accabbd commit 2d3ab1bCopy full SHA for 2d3ab1b
native/install_native.sh
@@ -1,7 +1,6 @@
1
#!/usr/bin/bash
2
if [ "$1" = "--install" ]
3
then
4
- cd /tmp/SaveDesktop
5
sed -i "s\Exec=run.sh\Exec=/home/${USER}/.local/bin/savedesktop\ " flatpak/io.github.vikdevelop.SaveDesktop.desktop
6
install -Dm755 native/run_natively.sh ~/.local/bin/savedesktop
7
install -D -t ~/.local/share/applications flatpak/io.github.vikdevelop.SaveDesktop.desktop
0 commit comments