native334 #163388# no more change of DS_Store file

This commit is contained in:
Ingo Schmidt
2010-10-19 17:42:55 +02:00
parent 05e178629a
commit 21d56ddc57
6 changed files with 5 additions and 5 deletions

View File

@@ -45,7 +45,7 @@ if (button returned of result) is AbortLabel then
return 2
end if
set the found_ooos to (do shell script "mdfind \"kMDItemContentType == 'com.apple.application-bundle' && kMDItemDisplayName == '[PRODUCTNAME]*' && kMDItemDisplayName != '[FULLPRODUCTNAME].app'\"") & "
set the found_ooos to (do shell script "mdfind \"kMDItemContentType == 'com.apple.application-bundle' && kMDItemDisplayName == '[PRODUCTNAME]*' && kMDItemDisplayName != '[FULLAPPPRODUCTNAME].app'\"") & "
" & chooseMyOwn
-- the choice returned is of type "list"