Skip to content

Commit

Permalink
Fix autoupdating again
Browse files Browse the repository at this point in the history
ughhhh
  • Loading branch information
FromDarkHell committed Sep 24, 2021
1 parent cc7db48 commit 942d8ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions BL3SaveEditor/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down
4 changes: 2 additions & 2 deletions BL3SaveEditor/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`<sup>[here](https://github.com/FromDarkHell/BL3SaveEditor/releases/latest/download/BL3SaveEditor.exe)</sup>. This is a self-contained windows binary. If that one doesn't launch for you, try downloading `BL3SaveEditor.zip`<sup>[here](https://github.com/FromDarkHell/BL3SaveEditor/releases/latest/download/BL3SaveEditor.zip)</sup>.
- _Which one do I download?_ If you don't know which one to download, you probably will want to download `BL3SaveEditor-Portable.zip`<sup>[here](https://github.com/FromDarkHell/BL3SaveEditor/releases/latest/download/BL3SaveEditor-Portable.zip)</sup>. This is a self-contained windows binary. If that one doesn't launch for you, try downloading `BL3SaveEditor.zip`<sup>[here](https://github.com/FromDarkHell/BL3SaveEditor/releases/latest/download/BL3SaveEditor.zip)</sup>.
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!
Expand Down

0 comments on commit 942d8ee

Please sign in to comment.