You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example in my current project I have a set of csv files that are used for getting values. These are supposed to be replaceable so they are in the application dir and not inside the exe (blacklisted). But currently I have to remember to include them manually each time I package the app.
It'd be great if there was a way to tell Web2Exe to copy these files from the project dir into the output dir (where the exe ends up essentially) into their respective dirs. I wouldn't mind having to specify each file.
Don't know how well I explained that. Feel free to ask for clarification.
The text was updated successfully, but these errors were encountered:
For example in my current project I have a set of csv files that are used for getting values. These are supposed to be replaceable so they are in the application dir and not inside the exe (blacklisted). But currently I have to remember to include them manually each time I package the app.
It'd be great if there was a way to tell Web2Exe to copy these files from the project dir into the output dir (where the exe ends up essentially) into their respective dirs. I wouldn't mind having to specify each file.
Don't know how well I explained that. Feel free to ask for clarification.
The text was updated successfully, but these errors were encountered: