Skip to content

Commit

Permalink
restartpath
Browse files Browse the repository at this point in the history
  • Loading branch information
Quibus-burst committed Mar 27, 2018
1 parent b86f3a6 commit 3530873
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions QBundle/Changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ v2.0.1
Fixed Accountmanager login for BRS gui.
Fixed Miner not starting problem.
Fixed setting for NoDirectLogin.
Fixed Updater.

v2.0.0
Check for updates now automatically updates Pool/wallet info.
Expand Down
2 changes: 1 addition & 1 deletion QBundle/frmMain.vb
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@
p.StartInfo.WorkingDirectory = QGlobal.BaseDir
p.StartInfo.Arguments = "BWLUpdate" & " " & IO.Path.GetFileName(Application.ExecutablePath)
p.StartInfo.UseShellExecute = True
p.StartInfo.FileName = QGlobal.BaseDir & "Restarter.exe"
p.StartInfo.FileName = QGlobal.BaseDir & "Updater.exe"
p.Start()

Threading.Thread.Sleep(500)
Expand Down

0 comments on commit 3530873

Please sign in to comment.