Pyinstaller Problem

Ive been running my .exes, that I have made, on tons of other computers just fine. But ever since i used the --icon=“c:\myfile.ico” command for one of my .exes, none of my programs work on any computers except the one i create them on. When I run my .exes on another computer i get the following error:

“cannot open self c:\users\johndoe\desktop\myapp.exe or archive c:\users\johndoe\desktop\myapp.pkg”

I even downloaded and used a completely different and newer version of pyinstaller, as well as reinstalling python itself, yet I still get the same results. I have to admit, im a little worried…