mirror of
https://github.com/ficed/Braver.git
synced 2024-11-26 22:50:38 +00:00
v0.1.1 release
Update setup program to set null plugin path by default
This commit is contained in:
parent
d3e0b957fb
commit
cca900c256
@ -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>
|
||||
|
@ -36,5 +36,6 @@ File.WriteAllLines(config, new[] {
|
||||
$"Movies={movies}",
|
||||
$"Save={save}",
|
||||
$"Braver=.",
|
||||
$"Plugins=",
|
||||
$"BData={Path.Combine(Path.GetDirectoryName(Environment.GetCommandLineArgs()[0]), "Data.bpack")}"
|
||||
});
|
Loading…
Reference in New Issue
Block a user