Skip to content

Commit

Permalink
🐛 Fix a bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaeeraa committed Aug 31, 2024
1 parent 79b5888 commit d0f886c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desktop.patch
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ index 3c5f7bde0..3e9e6f707 100644
Comment=Desktop version of AyuGram - ToS breaking Telegram client
TryExec=ayugram-desktop
-Exec=DESKTOPINTEGRATION=1 ayugram-desktop -- %u
+Exec=export DESKTOPINTEGRATION=1 ; ayugram-desktop -- %u
+Exec=ayugram-desktop -- %u
Icon=ayugram
Terminal=false
StartupWMClass=AyuGram

0 comments on commit d0f886c

Please sign in to comment.