[haiku-commits] BRANCH HaikuPM-github.package-management [3208685] src/apps/expander

  • From: HaikuPM-github.package-management <community@xxxxxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Thu, 4 Jul 2013 13:00:31 +0200 (CEST)

added 1 changeset to branch 'refs/remotes/HaikuPM-github/package-management'
old head: 3c3dd841a7d5686c53414606648eb0197a74f3cd
new head: 32086850f743723b9d818d6d434bddb85f5d90f3
overview: https://github.com/haiku/HaikuPM/compare/3c3dd84...3208685

----------------------------------------------------------------------------

3208685: Add HPKG to Expander's supported types

                                    [ Ingo Weinhold <ingo_weinhold@xxxxxx> ]

----------------------------------------------------------------------------

Commit:      32086850f743723b9d818d6d434bddb85f5d90f3
Author:      Ingo Weinhold <ingo_weinhold@xxxxxx>
Date:        Thu Jul  4 10:51:26 2013 UTC

----------------------------------------------------------------------------

1 file changed, 2 insertions(+), 1 deletion(-)
src/apps/expander/Expander.rdef | 3 ++-

----------------------------------------------------------------------------

diff --git a/src/apps/expander/Expander.rdef b/src/apps/expander/Expander.rdef
index 7450ebb..9f25c30 100644
--- a/src/apps/expander/Expander.rdef
+++ b/src/apps/expander/Expander.rdef
@@ -24,7 +24,8 @@ resource(1, "BEOS:FILE_TYPES") message {
        "types" = "application/zip",
        "types" = "application/x-gunzip",
        "types" = "application/x-bzip2",
-       "types" = "application/x-rar"
+       "types" = "application/x-rar",
+       "types" = "application/x-vnd.haiku-package"
 };
 
 resource vector_icon {


Other related posts:

  • » [haiku-commits] BRANCH HaikuPM-github.package-management [3208685] src/apps/expander - HaikuPM-github . package-management