https://kotlinlang.org logo
#compose-desktop
Title
# compose-desktop
s

Stefan Oltmann

09/19/2023, 4:01 PM
For macOS JVM I want to add an file to the
Contents/MacOS
folder - this needs to happen before the signing happens. How can I achieve that? Right now I use the "resources/macos" folder to include it into my app, but I believe executable binaries must go in MacOS to make it work.
d

Dima Avdeev

09/23/2023, 8:44 PM
Linked your Issue for better understanding https://github.com/JetBrains/compose-multiplatform/issues/3707
👍 1