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 39842b3 commit 440a397
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ Exec='/usr/bin/myApp.sh'
Name=TestApp
Comment=TestApp
Keywords=TestApp;" > test.desktop
diff "test.desktop" "/usr/share/applications/$exeName.desktop"
diff "test.desktop" "test.desktop"
#"/usr/share/applications/$exeName.desktop"
if [ "$?" -eq 1 ]
then
{
Expand Down

0 comments on commit 440a397

Please sign in to comment.