Hi,
While trying to use the sokol-samples on macOS, I'm not sure to understand what this line does:
To me, it parses the cgltf-assets.yml files and copies the assets referred in it on install, in the case of macOS to the resource of the bundle, but it doesn't seem to be doing anything?
Looking at the doc of fips I did not find anything related to installing, but it seems to be doing it as it isolates everything in the fips-deploy folder?
I ask because except with the ./fips run xxx command I can't run the deployed apps on their own, even using a release config.
Thanks a lot for the sokol headers ;)
Hi,
While trying to use the sokol-samples on macOS, I'm not sure to understand what this line does:
To me, it parses the
cgltf-assets.ymlfiles and copies the assets referred in it on install, in the case of macOS to the resource of the bundle, but it doesn't seem to be doing anything?Looking at the doc of fips I did not find anything related to installing, but it seems to be doing it as it isolates everything in the fips-deploy folder?
I ask because except with the
./fips run xxxcommand I can't run the deployed apps on their own, even using areleaseconfig.Thanks a lot for the sokol headers ;)