Hey there, I am not sure how to make Anki.app on macOS.
I tried
cargo run --bin makeapp build-app 0.0.1 standard 123
What is the “stamp”?
I got several errors:
First that out/bundle/std
does not exist.
OK I created out/bundle/std
.
Now I got this error:
error: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/install_name_tool: can't open file: out/bundle/app/std/Anki.app/Contents/MacOS/anki (No such file or directory)
I couldn’t find anywhere where this script is called.
Are the CI scripts used to create releases public? I can have a look there to figure it out.