I need to move a few files to the profile, since these files should be manipulated without admin priviliges, while installing the application per machine. When I just move the specific files, it breaks all the relative paths of my code, especially in the HTML files. I have been searching for a way to create symlinks inside the profile folder, that are treated as a folder by the application, which doesn't seem to be possible.
So can I just move the complete resources folder including the ASAR archive to the profile and then point the application to it?