Skip to content

Commit

Permalink
README changes
Browse files Browse the repository at this point in the history
  • Loading branch information
MontagueM committed Jul 17, 2022
1 parent dfc022b commit 8d18bac
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Charm/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ private void CheckGameVersion()
private async void CheckVersion()
{
var currentVersion = new ApplicationVersion("1.0.0");
var versionChecker = new ApplicationVersionChecker("http://192.168.1.159/", currentVersion);
var versionChecker = new ApplicationVersionChecker("https://github.com/MontagueM/Charm/raw/main/", currentVersion);
versionChecker.LatestVersionName = "version";
try
{
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ Here's a brief list of what Charm can currently do:
- Entity names where possible.
- Music, dialogue, directives viewing and playback.

### Some tricks

* Middle click tabs to close them.
* In a packages view, you can type in any hash and it will take you to it. No need to look through all the packages.

## Reporting issues

If you experience any issue, you can register an issue in this repository. If the program has crashed, it is extremely valuable to provide the charm.log file.
Expand All @@ -44,4 +49,4 @@ The Charm source code is licensed under GPLv3. All other used code and DLLs are

## Credits

Thanks to Alcidine, BIOS, Carson Reed, Delta, and nblock for testing, feedback, and help throughout the project's development.
Thanks to Alcidine, BIOS, Carson Reed, Delta, and nblock for testing, feedback, and help throughout the project's development. HighRTT for audio help (RevorbStd and librevorb).

0 comments on commit 8d18bac

Please sign in to comment.