diff options
Diffstat (limited to 'SharedSupport/Default Bundles/MD5 Hash.spBundle')
-rw-r--r-- | SharedSupport/Default Bundles/MD5 Hash.spBundle/command.plist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/SharedSupport/Default Bundles/MD5 Hash.spBundle/command.plist b/SharedSupport/Default Bundles/MD5 Hash.spBundle/command.plist index 6ad3635d..0b820665 100644 --- a/SharedSupport/Default Bundles/MD5 Hash.spBundle/command.plist +++ b/SharedSupport/Default Bundles/MD5 Hash.spBundle/command.plist @@ -25,5 +25,7 @@ print Digest::MD5.hexdigest(gets) <string>inputfield</string> <key>uuid</key> <string>8CAA33B3-D168-47FC-A9BE-EA5A8576E380</string> + <key>isDefaultBundle</key> + <true/> </dict> </plist> |