Fixed #7 repairer task no longer forces an update when repairing

This commit is contained in:
2022-06-11 18:44:27 -05:00
parent 9f4ca51af8
commit 7e59c984ff
3 changed files with 7 additions and 5 deletions

View File

@@ -306,7 +306,7 @@ class W3DHub
install_directory = Cache.install_path(task.application, task.channel)
application_data = {
install_directory: install_directory,
installed_version: task.channel.current_version,
installed_version: task.target_version,
install_path: "#{install_directory}/game.exe",
wine_prefix: task.wine_prefix
}