What's the easiest way to add the path for one PA app to another? I have the following PA apps:
* VSCode Portable
* Git Portable
* NodeJS Portable
Right now, I'm getting around the PATH issue by essentially stuffing all the paths into my GitPortable Environment section in the launcher ini and launching apps from there, but that gets reset each time I rebuild Git Portable.
I see that there is an AppNamePortable.ini in the Other/Source folder, but that doesn't seem to be able to override environment variables.
Thanks in advance.