I'm trying to create a package that simply inserts a configuration file into an Applications folder directory. In the past I made a package with Composer by taking the snapshot, copying the file to where it needed to be, then capturing. This time though, I make the package and it shows that the file was modified in the right directory but the file size is off. The file I'm trying to move is reported as 179 bytes (184 bytes on disk) but when the package is run on a computer the file size is showing 179 bytes (4 KB on disk).
I don't know if this is causing the application to crash, but I have to uninstall and reinstall the app and manually copy the file to get it to work. I've tried recreating the package but get the same results. Has anyone else had this issue? I'm going to keep playing around trying to find a way to get this config file copied over in the mean time.
