Re: [hatari-devel] hatari.app from cirrus-ci |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [hatari-devel] hatari.app from cirrus-ci
- From: Thomas Huth <th.huth@xxxxxxxxx>
- Date: Mon, 18 Dec 2023 19:02:18 +0000
- Cc: Andreas Grabher <andreas_g86@xxxxxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1702926140; bh=CgtLr6eVonHeGht+2Jkr3rokLbpq+RKJHmjLys1gWlM=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version: Content-Transfer-Encoding:From; b=BfQehxJ6pJIwmrl9zKLdglFPivCrNM/bQsxyuzoglCi3fH7yMrKgl2OfgmZEqqIL6 ZnTaSLik8p4jCBHvuf9RjDHrOGl8msAx2rhi2ws8NsnGIfGdJUifrfovbTyIY35uol yI3jeedgwrqnSIqSNKhak9ddYVYS5+HwjgDclqogaGRqnDOcmPJ6jPWXS7O/PYTTql kCihksJfRM9j8a13UYBbOWrtltNxHtxlB4FOdqzACvGZ5Eq40vPz1tWNuVamoETQ2F w+rEIJpB8pQIVitSrEPN12CEk+KHR97KsMi+/qDhe7gQPXWCHZ3Qe5ACqKxVI5gn8F U80lSVN7rB4bA==
Am Sun, 17 Dec 2023 15:00:52 +0100
schrieb Andreas Grabher <andreas_g86@xxxxxxxxxx>:
> Yes, this should work too. But lower case application bundles are very uncommon on macOS and I think the same is true for Windows. These two operating system are used by more than 90 % of the people. Furthermore there is still some mess because you still have project(Hatari C), set(APP_NAME "Hatari") and in GUI and all documentation it is called Hatari and not hatari. That is a bit strange to me.
>
> Anyway, functionally it should be OK. Maybe the unused constant APP_NAME should replace hatari so the application's name can be set to a proper value depending on the platform used.
I like that idea, let's give it a try:
https://git.tuxfamily.org/hatari/hatari.git/commit/?id=742a83062e05e9ca38ed15f0fbfcc53fbb44ec85
Could you please check whether these artifacts now work better:
https://cirrus-ci.com/task/5022019247407104
(Note: I had to switch to arm64 builds only since compiling an universal
binary png.framework did not work in the cirrus-CI)
Thomas