From 32b27383855328282a7ed9a90a4674aa5a6927a6 Mon Sep 17 00:00:00 2001 From: Katy248 Date: Wed, 16 Oct 2024 14:32:50 +0300 Subject: [PATCH] Fix .desktop file --- photoshop.desktop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/photoshop.desktop b/photoshop.desktop index 3495381..7abef9d 100644 --- a/photoshop.desktop +++ b/photoshop.desktop @@ -6,4 +6,4 @@ Comment=The industry-standard photo editing software (Wine) Categories=Graphics MimeType=image/psd;image/x-psd;image/png;image/jpg;image/jpeg;image/webp;image/heif;image/raw StartupWMClass=photoshop.exe -Exec=bash "$HOME/.local/bin/photoshop.sh %F" +Exec=bash "~/.local/bin/photoshop.sh" %F