mirror of
https://github.com/cyberarm/w3d_hub_linux_launcher.git
synced 2025-12-16 17:22:35 +00:00
Fix typo
This commit is contained in:
@@ -20,7 +20,7 @@ class W3DHub
|
|||||||
@application = Store.applications.games.find { |g| g.id == app_id }
|
@application = Store.applications.games.find { |g| g.id == app_id }
|
||||||
@channel = @application.channels.find { |c| c.id == release_channel }
|
@channel = @application.channels.find { |c| c.id == release_channel }
|
||||||
|
|
||||||
@target_version = type == :repairer ? Store.settings[:games][:"#{app_id}_#{@channel.id}"][:installed_version] : @channel.current_state
|
@target_version = type == :repairer ? Store.settings[:games][:"#{app_id}_#{@channel.id}"][:installed_version] : @channel.current_version
|
||||||
|
|
||||||
@packages_to_download = []
|
@packages_to_download = []
|
||||||
@total_bytes_to_download = -1
|
@total_bytes_to_download = -1
|
||||||
|
|||||||
Reference in New Issue
Block a user