forked from mirrors/nixpkgs
xivlauncher: set meta.mainProgram
This commit is contained in:
parent
97c97f5c4e
commit
0b9ef60d38
|
@ -68,5 +68,6 @@ in
|
|||
license = licenses.gpl3;
|
||||
maintainers = with maintainers; [ ashkitten sersorrel ];
|
||||
platforms = [ "x86_64-linux" ];
|
||||
mainProgram = "XIVLauncher.Core";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue