beyond-all-reason / spring-launcher

Launcher for SpringRTS games
MIT License
2 stars 7 forks source link

resource-download: finished: return name #23

Closed FIr3baL closed 1 year ago

FIr3baL commented 1 year ago
  1. Please return the name of the resource-download on DownloadFinished
  2. Stop sending endless DownloadFinished commands with name="Skipping..." (see. beneath)

After starting a resource-download with arguments:

  1. launcher returns DownloadFinished without an identifying parameter once

    • isSuccess = true
    • isAborted = false
  2. then sends endless returns of DownloadFinished with

    • isSuccess = true
    • isAborted = false
    • name = Skipping C:\Beyond-All-Reason\data\engine\105.1.1-1354-g72b2d55 bar: already exists.
p2004a commented 1 year ago

Resolved per https://github.com/beyond-all-reason/spring-launcher/pull/25#issuecomment-1586198491