I am using the command pyinstaller -F --add-data="token;." Main.py
for my code.i want to be able to change the contents of the token file and it stay like that after i rerun it
i tried to modify the file normally but because its in a temp folder it only stays on this session