raylib-gamejam-template icon indicating copy to clipboard operation
raylib-gamejam-template copied to clipboard

macOS package broken

Open slendidev opened this issue 1 year ago • 4 comments

My theory is that the info plist file is invalid.

slendidev avatar Oct 26 '24 17:10 slendidev

@xslendix thanks for reporting... did you verify that theory?

raysan5 avatar Oct 27 '24 22:10 raysan5

        <key>CFBundleExecutable</key>
        <string>gamejam_template</string>

should be raylib-gamejam-template, the executable name is wrong

slendidev avatar Oct 28 '24 07:10 slendidev

@xslendix good catch! feel free to send a PR! 👍🙂

raysan5 avatar Oct 28 '24 07:10 raysan5

For anyone facing the same issue, the value of the tag after CFBundleExecutable must have the same name as the GitHub repository (because it will be the name given to the executable by the HitHub Action).

Louis-DR avatar Jul 13 '25 17:07 Louis-DR