diff options
author | Linus Groh <mail@linusgroh.de> | 2021-02-16 18:23:40 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-02-16 19:00:41 +0100 |
commit | 2a519722a985aaf217ecbd1318a4b0641e5d25de (patch) | |
tree | e07a8a0d09b7a8968502a71bc8826effb052edb0 | |
parent | 5625a1d608905fba1fdbc8651ed2b6fa789e0aae (diff) | |
download | serenity-2a519722a985aaf217ecbd1318a4b0641e5d25de.zip |
Base: Make PixelPaint launch handler for .pp files
Closes #5374.
-rw-r--r-- | Base/res/apps/PixelPaint.af | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Base/res/apps/PixelPaint.af b/Base/res/apps/PixelPaint.af index d920ca5d76..5ee1ecf06c 100644 --- a/Base/res/apps/PixelPaint.af +++ b/Base/res/apps/PixelPaint.af @@ -2,3 +2,6 @@ Name=PixelPaint Executable=/bin/PixelPaint Category=Graphics + +[Launcher] +FileTypes=pp |