Skip to content

Commit 2d3ab1b

Browse files
authored
Update install_native.sh
1 parent accabbd commit 2d3ab1b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

native/install_native.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#!/usr/bin/bash
22
if [ "$1" = "--install" ]
33
then
4-
cd /tmp/SaveDesktop
54
sed -i "s\Exec=run.sh\Exec=/home/${USER}/.local/bin/savedesktop\ " flatpak/io.github.vikdevelop.SaveDesktop.desktop
65
install -Dm755 native/run_natively.sh ~/.local/bin/savedesktop
76
install -D -t ~/.local/share/applications flatpak/io.github.vikdevelop.SaveDesktop.desktop

0 commit comments

Comments
 (0)