Re: [hatari-devel] hatari.app from cirrus-ci (was: Re: One scanline short in ST fullscreen) |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: Hatari devel list <hatari-devel@xxxxxxxxxxxxxxxxxxx>
- Subject: Re: [hatari-devel] hatari.app from cirrus-ci (was: Re: One scanline short in ST fullscreen)
- From: Thomas Huth <th.huth@xxxxxxxxx>
- Date: Mon, 18 Dec 2023 19:08:11 +0000
- Cc: Bob Carpenter <bobc@xxxxxxxxxx>, Andreas Grabher <andreas_g86@xxxxxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1702926494; bh=bu72J9hkUiz68+I1SSlMOy1ycBoS5eDXzSVUxs9OXvI=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version: Content-Transfer-Encoding:From; b=Uo4S3sWmXV7wz7LpbtqLOahXd/n+vr+PfSxo9lg79JYYiCzi8kduaN/JJzgJ7yOtW w3nXmaMVPGClSeFg1MaIZpMK/k4kT8VvmOCj1aefEHxzfEJZyHTKoEUCd5lGxynPDb Qq+n5SkxCIW1PbqR/yiDAY/MhQ0DR4T4XfbdBADwqOGQGO9z6IWO7TS6NBzBWXTwwz xLz57NEQXKjKYHJF8OSWBUzCESigSUEsSI9mJ1yvmsiIsCodcEwC0qIizpRLnSgO9L kg733dRxq1tnLOno8z9vNDdqhFsxowwzuRHzlhQ5mLaYdGgYSjvsncc2RCrVMlK+zA 8EIvq8T+cyjMg==
Am Sun, 17 Dec 2023 11:24:06 -0700
schrieb Bob Carpenter <bobc@xxxxxxxxxx>:
> Thomas,
>
> As a former Linux user and current macOS terminal user, I completely agree with you. On Linux, the executable should be lowercase. I do not remember if Hatari is capitalized on Windows or not. I do not use Hatari on Windows enough to remember.
>
> Furthermore, on macOS, the executable inside the Hatari.app bundle (appears as a directory when viewing it on non-macOS systems) should be lowercase. If you run a command from Terminal, we should be able to keep the hatari executable in lowercase and only have Hatari.app with a capital letter.
I think the average macOS simply does not care (or even does not know)
what's inside of an app bundle as long as it works. But yes, for people who
like to compile Hatari for the console, it should be lowercase.
I tried to add this logic to the CMakeLists file now, see:
https://git.tuxfamily.org/hatari/hatari.git/diff/CMakeLists.txt?id=742a83062e05e9ca38ed15f0fbfcc53fbb44ec85
i.e. it's only using "Hatari" for the bundles (or Win32).
Let's see how it goes...
Thomas