I feel like this should be a simple matter, but the Cameyo documentation on the website seems to have gone down and I can't find a solution.
When running an application, it creates a folder "AppName.cameyo.files". How do I customize this so it's just "AppName"? I've tried changing settings in the Package Editor, using the Packager.exe program via command line, using an XML file, but I can't seem to figure it out.
Open the package in Package Editor, click Change across from Data storage, choose Custom location, enter location, click OK, and save. For example, %ExeDir%\%AppID% would cause the package to create a folder with the name of the package's Application ID in the same location of the package.