Skip to content

Commit

Permalink
Version 2.0.1.1 | Date 29/04/2021
Browse files Browse the repository at this point in the history
- Update Rclone Browser 2.0.1.1
- Hot fix!
  • Loading branch information
MinorMole committed Apr 29, 2021
1 parent 4a788ab commit 9cca4eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions source/RcloneBrowser Portable/My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("2.0.1.0")>
<Assembly: AssemblyFileVersion("2.0.1.0")>
<Assembly: AssemblyVersion("2.0.1.1")>
<Assembly: AssemblyFileVersion("2.0.1.1")>
2 changes: 1 addition & 1 deletion source/RcloneBrowser Portable/Startup.vb
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ Module Startup
End If

'' Update Rclone
RcloneUpdater.run("""" + Application.StartupPath + "\RcloneBrowser\rclone.exe"" selfupdate --stable", 0, True)
RcloneUpdater.run("""" + Application.StartupPath + "\RcloneBrowser\rclone.exe"" --config """ + Application.StartupPath + "\RcloneBrowser\blank.conf"" selfupdate --stable", 0, True)

'' Start RcloneBrowser
If Process.GetProcessesByName("RcloneBrowser").Count = 0 Then
Expand Down

0 comments on commit 9cca4eb

Please sign in to comment.