v0.1.1 release

Update setup program to set null plugin path by default
This commit is contained in:
ficedula 2023-03-21 22:55:40 +00:00
parent d3e0b957fb
commit cca900c256
3 changed files with 6 additions and 1 deletions

View File

@ -5,7 +5,7 @@
<PublishReadyToRun>false</PublishReadyToRun>
<TieredCompilation>false</TieredCompilation>
<UseWindowsForms>true</UseWindowsForms>
<Version>0.1.0</Version>
<Version>0.1.1</Version>
</PropertyGroup>
<PropertyGroup>
<ApplicationManifest>app.manifest</ApplicationManifest>

View File

@ -36,5 +36,6 @@ File.WriteAllLines(config, new[] {
$"Movies={movies}",
$"Save={save}",
$"Braver=.",
$"Plugins=",
$"BData={Path.Combine(Path.GetDirectoryName(Environment.GetCommandLineArgs()[0]), "Data.bpack")}"
});

4
README.md Normal file
View File

@ -0,0 +1,4 @@
# Braver
Braver is an open source reimplementation of the original FF7 game engine.
More information is [available at the main website](https://braver.ficedula.co.uk/).