Jakub Trllo
Jakub Trllo
> I'm fine with the creator being able to compute/define it dynamically. I can't do it dynamic if it would be based on transient data (I ~~don't~~ can't listen to...
I would mark this for review. It is not fully finished, but that can be done once reviewed.
I'm not able to install runtime dependencies. Fails on missing `toml` which is in optional dependencies. My guess is that it does not install optional dependencies, which are not that...
This is wild guess, but I think you did bootstrap? Bootstrap contains rocky9 installer and dependency package. To use different linux distribution please build a new one and make sure...
Hello, did you run `./tools/make.sh build` before `make-installer`?
Could you try to run this command in terminal: ``` create-dmg --volname "AYON Installer" --windows-pos 200 120 --window-size 600 300 --app-drop-link 100 50 " {SOME DIR}/AYON-macos.dmg" "{PATH TO CREATED .app...
Hmm, could you try to change `--windows-pos 200 120` in the command to `--windows-pos 200 160`, just to validate that is the `120` which could not be found.
We've maybe find out why it is. macOs build does require Rosetta virtualization. You have to set your terminal application to be launched with rosetta virtualization and uninstall and install...
It is, you have to run and install everything with rosetta virtualization (including terminal, cmake, pyenv, python etc.). So if you want to build it on your own, this is...
Ok, then I don't know, sorry.