diff --git a/CLI/R5.FFDB.CLI/ConfigureRunInfoBuilder.cs b/CLI/R5.FFDB.CLI/ConfigureRunInfoBuilder.cs index 1a6bf3e..92f86c5 100644 --- a/CLI/R5.FFDB.CLI/ConfigureRunInfoBuilder.cs +++ b/CLI/R5.FFDB.CLI/ConfigureRunInfoBuilder.cs @@ -20,7 +20,7 @@ internal static RunInfoBuilder.RunInfoBuilder Create() .Add(UpdateRosteredPlayers.GetCommand()); builder.Version.Set(@" - Current version is 1.0.0-alpha.1 + Current version is 1.0.0-alpha.2 For more info and docs: https://github.com/rushfive/FFDB"); diff --git a/CLI/R5.FFDB.CLI/Program.cs b/CLI/R5.FFDB.CLI/Program.cs index 28ff397..106c84a 100644 --- a/CLI/R5.FFDB.CLI/Program.cs +++ b/CLI/R5.FFDB.CLI/Program.cs @@ -70,7 +70,7 @@ private static string GetConfigFilePath(RunInfoBase runInfo) if (!File.Exists(path)) { throw new InvalidOperationException("Failed to find config file. Ensure that you either include it as a program option " - + "or that the file exists in the same dir as the program exe."); + + "or that the file exists (named as 'ffdb_config.json') in the same dir as the program exe."); } } diff --git a/README.md b/README.md index 4328476..735c8d7 100644 --- a/README.md +++ b/README.md @@ -67,10 +67,10 @@ Download the latest compiled CLI programs from the list below to get started. Th OS | Download | Notes | SHA256 Hash ---|---|---|--- -Windows x64 | [win-x64.zip - 30.5MB](https://github.com/rushfive/FFDB/releases/download/v1.0.0-alpha.1/win-x64.zip) | | 7A52CFF8186CA3CD9A9837F0A95344E9BA0C2BA746582AFE08F4B6FED5E1B592 -Windows x86 | [win-x86.zip - 27.6MB](https://github.com/rushfive/FFDB/releases/download/v1.0.0-alpha.1/win-x86.zip) | | 45DACA1CBB4121A6D6D0884C75E4C8283B01ADC7C21266ECE53CA11B1E4AC8C8 -OSX x64 | [osx-x64.tar - 72.5MB](https://github.com/rushfive/FFDB/releases/download/v1.0.0-alpha.1/osx-x64.tar) | Minimum OS version is macOS 10.12 Sierra | 5898F611AA5317821B61AC55DE700F525B555C60C975774F5B3E2E98EE1AB0C3 -Linux x64 | [linux-x64.tar - 78MB](https://github.com/rushfive/FFDB/releases/download/v1.0.0-alpha.1/linux-x64.tar) | Most desktop distributions like CentOS, Debian, Fedora, Ubuntu and derivatives | 98BDE72ACDCF3C1E2C794686F5443F9D2F9CE1EDC7FB7A01C8F05352F0BC44EB +Windows x64 | [win-x64.zip - 30.5MB](https://github.com/rushfive/FFDB/releases/download/v1.0.0-alpha.1/win-x64.zip) | | 2628E4D69E0575244B7896EB6B42091050BF260C41EA1992EE5859249B0C4083 +Windows x86 | [win-x86.zip - 27.6MB](https://github.com/rushfive/FFDB/releases/download/v1.0.0-alpha.1/win-x86.zip) | | 58BD545E2ED494EB37A4D0C081D3A45FEBE31D8F56E81F15DCC247E923B3193A +OSX x64 | [osx-x64.tar - 72.5MB](https://github.com/rushfive/FFDB/releases/download/v1.0.0-alpha.1/osx-x64.tar) | Minimum OS version is macOS 10.12 Sierra | FAD3BADCB9CE539F628C8B7B72BDCDAC3DA3D875D2EAE789D167C204447AFE43 +Linux x64 | [linux-x64.tar - 78MB](https://github.com/rushfive/FFDB/releases/download/v1.0.0-alpha.1/linux-x64.tar) | Most desktop distributions like CentOS, Debian, Fedora, Ubuntu and derivatives | 26FCA6EEB6552860DB90AC33030E3965AE2EAC7F400E71DABD7C2F0CF16E2BFC If you need the compiled program for a different environment, you can either: @@ -114,8 +114,6 @@ Just a few notes about data files before diving in: ##### Configuration File -__Warning: I made an error where the downloaded folder contains the name "ffdb_config.template.json", but the program searches its directory for "ffdb_config.json". I'll be updating the downloads soon, but for now, you can just rename the file to "ffdb_config.json" to get it working.__ - There's a configuration file required to use the CLI. Below's the template: ``` diff --git a/appveyor.yml b/appveyor.yml index c384cf1..18beef2 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 1.0.0-alpha.1 +version: 1.0.0-alpha.2 image: Visual Studio 2017 configuration: Release