redistribution question

Hi, all. I have created a little program, using Panda, and I am about to attempt to package it. My question is this. One of files in the program is a txt file that my program references. This txt file will need to be modified monthly. Is there a way to make an installer / executable file without losing access to that txt file?

Thanks,

David

If you add “-x txt” to the packp3d command line, it is marked as an “extractable” extension. When you generate an installer, it will be extracted to disk in the installation directory so that you can replace it later.

Great! Thanks for the tip, I will give it a try.