diff --git a/BL3SaveEditor/MainWindow.xaml.cs b/BL3SaveEditor/MainWindow.xaml.cs index 5d98cf4..842921d 100644 --- a/BL3SaveEditor/MainWindow.xaml.cs +++ b/BL3SaveEditor/MainWindow.xaml.cs @@ -273,8 +273,6 @@ public MainWindow() { AutoUpdater.CheckForUpdateEvent += AutoUpdaterOnCheckForUpdateEvent; #if !DEBUG - AutoUpdater.ReportErrors = true; - AutoUpdater.RunUpdateAsAdmin = true; AutoUpdater.Start("https://raw.githubusercontent.com/FromDarkHell/BL3SaveEditor/main/BL3SaveEditor/AutoUpdater.xml"); #endif } diff --git a/BL3SaveEditor/Properties/AssemblyInfo.cs b/BL3SaveEditor/Properties/AssemblyInfo.cs index 681377c..d67f504 100644 --- a/BL3SaveEditor/Properties/AssemblyInfo.cs +++ b/BL3SaveEditor/Properties/AssemblyInfo.cs @@ -51,6 +51,6 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: AssemblyVersion("1.0.1.0")] +[assembly: AssemblyFileVersion("1.0.1.0")] [assembly: NeutralResourcesLanguage("en-US")] diff --git a/README.md b/README.md index 5ad7ec9..79d94b7 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ A desktop based save _and_ profile editor for [Borderlands 3](borderlands.com/). ### Installation / Usage 1. Download the exe/zip for your respective OS/setup available on the [Releases](https://github.com/FromDarkHell/BL3SaveEditor/releases) tab. - - _Which one do I download?_ If you don't know which one to download, you probably will want to download `BL3SaveEditor.exe`[here](https://github.com/FromDarkHell/BL3SaveEditor/releases/latest/download/BL3SaveEditor.exe). This is a self-contained windows binary. If that one doesn't launch for you, try downloading `BL3SaveEditor.zip`[here](https://github.com/FromDarkHell/BL3SaveEditor/releases/latest/download/BL3SaveEditor.zip). + - _Which one do I download?_ If you don't know which one to download, you probably will want to download `BL3SaveEditor-Portable.zip`[here](https://github.com/FromDarkHell/BL3SaveEditor/releases/latest/download/BL3SaveEditor-Portable.zip). This is a self-contained windows binary. If that one doesn't launch for you, try downloading `BL3SaveEditor.zip`[here](https://github.com/FromDarkHell/BL3SaveEditor/releases/latest/download/BL3SaveEditor.zip). 2. Then you download / run the exe 3. Click `Open`, then you can select either a profile (`profile.sav`) or a game save (`[NUMBERS].sav`). 4. You can now edit your profile or game save to your hearts content!