Skip to content

Commit

Permalink
Reset number of update package afetr bundle
Browse files Browse the repository at this point in the history
Signed-off-by: Stefano Babic <[email protected]>
  • Loading branch information
sbabic committed Oct 14, 2019
1 parent 5aed2f3 commit 3e08c38
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions SWUpdateGUI.lua
Original file line number Diff line number Diff line change
Expand Up @@ -693,6 +693,7 @@ local filebox = FileboxWindow:new
numswusinupd = #swulist
else
swulist[1] = file
numswusinupd = 1
end
app:addCoroutine(function()
app:sendswu(swulist)
Expand Down Expand Up @@ -1017,6 +1018,8 @@ progwin:setValue("Status", "hide")
netwin:setValue("Status", "hide")
app:addMember(progwin)

app:switchwindow("filebox-window")

app:run()

progtask:terminate()
Expand Down

0 comments on commit 3e08c38

Please sign in to comment.