raysan5 / raylib-gamejam-template

A template for the raylib gamejams
zlib License
57 stars 16 forks source link

macOS package broken #8

Open xslendix opened 1 month ago

xslendix commented 1 month ago

My theory is that the info plist file is invalid.

raysan5 commented 4 weeks ago

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

xslendix commented 4 weeks ago
        <key>CFBundleExecutable</key>
        <string>gamejam_template</string>

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

raysan5 commented 4 weeks ago

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