Well I’m having some trouble with the files that are kept externally in the Data folder.
I don’t fully understand how this works, so hers my problem .
I have made a project that uses all files from the Data folder , the single file that is compiled in the exe is the index.php
This application has an updater that gets new and updated files from remote and puts them in the Data folder, at this point the exe is the same as before the update .
The new php files are recognized by the exe , but the js and images are not , only after compilation.
Is there a whey to accomplish this without having to compiles every time i use new files in the Data folder ?
I don’t fully understand how this works, so hers my problem .
I have made a project that uses all files from the Data folder , the single file that is compiled in the exe is the index.php
This application has an updater that gets new and updated files from remote and puts them in the Data folder, at this point the exe is the same as before the update .
The new php files are recognized by the exe , but the js and images are not , only after compilation.
Is there a whey to accomplish this without having to compiles every time i use new files in the Data folder ?
Last edited: