kevinrmartinez / RetroLinker

A GUI application to create desktop links of games running on RetroArch. For Windows and Linux.
GNU General Public License v3.0
2 stars 0 forks source link

El icono en el Windows shortcut no ne se muestra #4

Closed kevinrmartinez closed 1 year ago

kevinrmartinez commented 1 year ago

Justo despues de crearce el shortcut, el icono aparece como un archivo en blanco. Cuando se revisa las propiedades, si esta apuntando al .ico seleccionado, pero no lo adopta hasta volverlo a seleccionar

kevinrmartinez commented 1 year ago

Parece ser probloma de la escritura del .ico. Al parecer, el programa se ejecuta tan rápido que para cuando se crea el shortcut, el .ico no se a terminado de escribir

kevinrmartinez commented 1 year ago

ES: Tambien tenia que ver el orden en que los parametros se agregaban al sohrtcut, por alguna razon. La combinación que funciono fue:

EN: In short, the creation of the shortcut object from IWshLibrary must be made with IconLocation near the end for some reason:

  1. TargetPath
  2. Arguments
  3. WorkingDirectory
  4. IconLocation
  5. Description