mirror of
https://github.com/cyberarm/w3d_hub_linux_launcher.git
synced 2025-12-16 09:12:35 +00:00
Fixed #7 repairer task no longer forces an update when repairing
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user