Skip to content

Commit

Permalink
Update test.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
MatiasG19 committed Sep 24, 2023
1 parent 440a397 commit 6da9f0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ Exec='/usr/bin/myApp.sh'
Name=TestApp
Comment=TestApp
Keywords=TestApp;" > test.desktop
diff "test.desktop" "test.desktop"
#"/usr/share/applications/$exeName.desktop"
diff "test.desktop" "/usr/share/applications/$exeName.desktop"
cat "test.desktop" "/usr/share/applications/$exeName.desktop"
if [ "$?" -eq 1 ]
then
{
Expand Down

0 comments on commit 6da9f0a

Please sign in to comment.