Merge pull request #278238 from teto/mainProgram-openlens

openlens: set mainProgram
This commit is contained in:
Nick Cao 2024-01-02 11:28:37 -05:00 committed by GitHub
commit 92afbf85f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,6 +35,7 @@ appimageTools.wrapType2 {
homepage = "https://github.com/MuhammedKalkan/OpenLens";
license = licenses.mit;
maintainers = with maintainers; [ benwbooth sebtm ];
mainProgram = "openlens";
platforms = [ "x86_64-linux" ];
};
}