Skip to content

Commit

Permalink
Merge remote-tracking branch 'source/main' into junction-link
Browse files Browse the repository at this point in the history
  • Loading branch information
bleuthoot-sven committed May 19, 2022
2 parents b9e048f + cc585f5 commit 5028d5f
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 5 deletions.
10 changes: 10 additions & 0 deletions LegacyInstaller/BSVersions.json
Original file line number Diff line number Diff line change
Expand Up @@ -268,5 +268,15 @@
"BSVersion": "1.19.1",
"ManifestId": "1175216641760077721",
"ReleaseURL": "https://steamcommunity.com/games/620980/announcements/detail/5771929045825669047"
},
{
"BSVersion": "1.20.0",
"ManifestId": "4202491068770948196",
"ReleaseURL": "https://steamcommunity.com/games/620980/announcements/detail/3096792662638975765"
},
{
"BSVersion": "1.21.0",
"ManifestId": "3648558848715327622",
"ReleaseURL": "https://steamcommunity.com/games/620980/announcements/detail/5771929045825669047"
}
]
4 changes: 2 additions & 2 deletions LegacyInstaller/MainWindow.xaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Window x:Class="LegacyInstaller.MainWindow"
<Window x:Class="LegacyInstaller.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
Expand All @@ -11,7 +11,7 @@
<Label x:Name="label2" Content="Beat Saber install folder:" HorizontalAlignment="Left" VerticalAlignment="Top" Margin="10,3,0,0" FontSize="10.5"/>
<TextBox x:Name="bsPathTextBox" TextChanged="bsPathTextBox_TextChanged" HorizontalAlignment="Left" Height="20" TextWrapping="Wrap" VerticalAlignment="Top" Width="275" Margin="12,25,0,0"/>
<Button x:Name="bsPathBrowseButton" Click="bsPathBrowseButton_Click" Content="Browse..." HorizontalAlignment="Left" Cursor="Hand" VerticalAlignment="Top" Width="89" Margin="294,25,0,0"/>

<Label x:Name="label3" Content="Steam install folder:" HorizontalAlignment="Left" VerticalAlignment="Top" Margin="10,49,0,0" FontSize="10.5"/>
<TextBox x:Name="steamPathTextBox" TextChanged="steamPathTextBox_TextChanged" HorizontalAlignment="Left" Height="20" TextWrapping="Wrap" VerticalAlignment="Top" Width="275" Margin="12,70,0,0"/>
<Button x:Name="steamPathBrowseButton" Click="steamPathBrowseButton_Click" Content="Browse..." HorizontalAlignment="Left" Cursor="Hand" VerticalAlignment="Top" Width="89" Margin="294,70,0,0"/>
Expand Down
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
# LegacyInstaller - [Download here!](https://github.com/Goobwabber/LegacyInstaller/releases/latest)
Program to easily install legacy versions of Beat Saber
# LegacyInstaller - [Download here!](https://github.com/XCraftTM/LegacyInstaller/releases/latest)
Program to easily install legacy versions of Beat Saber


Fixed:
- Beat Saber Path Getting Mechanic
- Made Text Boxes bigger
- More Versions

![Versions Preview](https://user-images.githubusercontent.com/37681398/157582172-1821fa4b-0460-4178-8d7f-d1f8e7c556a0.png)

![Window Preview](https://user-images.githubusercontent.com/37681398/157581762-3846d9df-d23a-4a5d-94cc-609557b2595f.png)
![Window Preview](https://user-images.githubusercontent.com/72396660/162488109-875b5501-cfa7-4cb2-a5bf-4683db0b2288.png)


## Usage
- Make sure steam executable directory and Beat Saber game directory are correct
Expand Down

0 comments on commit 5028d5f

Please sign in to comment.