diff options
Diffstat (limited to 'SharedSupport')
3 files changed, 4 insertions, 1 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> diff --git a/SharedSupport/Default Bundles/SHA1 Hash.spBundle/command.plist b/SharedSupport/Default Bundles/SHA1 Hash.spBundle/command.plist index a68eae1f..93300c53 100644 --- a/SharedSupport/Default Bundles/SHA1 Hash.spBundle/command.plist +++ b/SharedSupport/Default Bundles/SHA1 Hash.spBundle/command.plist @@ -23,5 +23,7 @@ print Digest::SHA1.hexdigest(gets) <string>inputfield</string> <key>uuid</key> <string>19F272BA-1369-48A7-B10A-4F25EF5B9DD3</string> + <key>isDefaultBundle</key> + <true/> </dict> </plist> diff --git a/SharedSupport/Default Bundles/SHA1 Hash.spBundle/echo-n b/SharedSupport/Default Bundles/SHA1 Hash.spBundle/echo-n deleted file mode 100644 index 56520c7b..00000000 --- a/SharedSupport/Default Bundles/SHA1 Hash.spBundle/echo-n +++ /dev/null @@ -1 +0,0 @@ -6f1ed002ab5595859014ebf0951522d9 |