Kornelius
Kornelius
That's actually not a duplicate. My main issue is that I didn't have _any_ way to Redo stuff on macOS. I had no idea that Command Y could work. Because...
Ohhh thank you, that is good to know. And I can understand not wanting to maintain a building file, but I think if you do, it should be accurate. If...
I think it's important to include some tutorial on how to build this. I can understand not wanting to maintain a separate file, especially because it might get lost, but...
Since you said in https://github.com/rust-windowing/winit/issues/1751 that the object containing the selector methods doesn't need to be an `NSApplicationDelegate`, I tried following this with a custom class like this ```rust pub...
Thank you for the reply! Yes, that was the issue. I guess it's not bad to have an (otherwise) working example here in case other people stumble on this too...
@TheAssassin Build time was probably not the best term to use as it's very ambiguous. I meant the "build time" / packaging time of the AppImages as it's usually the...
I just updated this to also add an `ignore-excludelist` CLI option (which will, if used, lead to core libraries that are depended upon being included in the AppDir). The excludelist...
@TheAssassin Do you think this can be merged or do you want som changes? I think that especially the `ignore-excludelist` parameter is really useful for specific purposes in which you...
I added the current state of embedding updating information and signing the AppImage to the documentation (WIP).
Thanks for the answer :) > So we'd like to make this as automatic as possible I don't think that this itself is a bad idea. I can understand the...