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 bf42115 commit 47a3ebe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ fi
echo "[Desktop Entry]
Type=Application
Terminal=false
Exec='/usr/bin/$exeNameWithExtension'
Name=$appName
Comment=$appName
Keywords=$appName;" > test.desktop
Exec='/usr/bin/testApp.sh'
Name=TestApp
Comment=TestApp
Keywords=TestApp;" > test.desktop
diff "test.desktop" "/usr/share/applications/$exeName.desktop"
if [ "$?" -eq 1 ]
then
Expand Down

0 comments on commit 47a3ebe

Please sign in to comment.