Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
IhateTrains committed Nov 19, 2022
1 parent c43a0be commit e7e99be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Fronter.NET/ViewModels/MainWindowViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ public void LaunchConverter() {
var copyThread = new Thread(() => {
IndeterminateProgress = true;
CopyStatus = "CONVERTSTATUSIN";

copySuccess = modCopier.CopyMod();
CopyStatus = copySuccess ? "CONVERTSTATUSPOSTSUCCESS" : "CONVERTSTATUSPOSTFAIL";
Progress = Config.ProgressOnCopyingComplete;
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ displayName = DISPLAYNAME
sourceGame = SOURCEGAME
targetGame = TARGETGAME
copyToTargetGameModDirectory = true
progressOnCopyingComplete = 109 # Final progressbar value after completion of mod copying.
requiredFile = {
name = SaveGame
Expand Down

0 comments on commit e7e99be

Please sign in to comment.