S
Sam
Guest
I have written an x86 Assembly language game which I now would like to
distribute online. I have made a custom icon for the game that I associate
with a shortcut to the game. I wish to distribute the game by zipping all of
its files in a folder and then providing the zip as a download.
My problem is that upon unzipping the folder on a new computer, the shortcut
no longer remains associated with the icon, even though the .ico file is in
the same directory. It is strange that the shortcuts themselves are able to
reestablish a correct path to their executables, but they are not able to
reestablish a correct path to their icons.
My game originally began as part of a class so I have very limited
real-world type programming experience, so I need a solution, if possible,
that is within Windows. Does anyone know a way to fix this short of me
writing an installer program?
distribute online. I have made a custom icon for the game that I associate
with a shortcut to the game. I wish to distribute the game by zipping all of
its files in a folder and then providing the zip as a download.
My problem is that upon unzipping the folder on a new computer, the shortcut
no longer remains associated with the icon, even though the .ico file is in
the same directory. It is strange that the shortcuts themselves are able to
reestablish a correct path to their executables, but they are not able to
reestablish a correct path to their icons.
My game originally began as part of a class so I have very limited
real-world type programming experience, so I need a solution, if possible,
that is within Windows. Does anyone know a way to fix this short of me
writing an installer program?