make-darwin-bundle: fix comment to use desktopToDarwinBundle

The comment previously referenced `desktopToDarwinLauncher`, which was incorrect.
This change updates it to the correct function `desktopToDarwinBundle`.
This commit is contained in:
Moraxyc
2025-01-10 10:24:32 +08:00
parent 33bbc2e957
commit 3b4123fdf2
@@ -1,7 +1,7 @@
# given a package with an executable and an icon, make a darwin bundle for
# it. This package should be used when generating launchers for native Darwin
# applications. If the package conatins a .desktop file use
# `desktopToDarwinLauncher` instead.
# `desktopToDarwinBundle` instead.
{
lib,