diff options
author | Jean-Marc Lenoir | 2019-09-22 18:46:59 +0200 |
---|---|---|
committer | Jean-Marc Lenoir | 2019-09-22 18:46:59 +0200 |
commit | 9c9e892d510f626ad6fc44a90a0aa87b9ba7cc83 (patch) | |
tree | ce6ab22df3b951e5a978856eda4d8513c39f7e43 /config | |
parent | 82bfe4ee4a7f4f37998069af9694a8013964885a (diff) | |
download | aur-9c9e892d510f626ad6fc44a90a0aa87b9ba7cc83.tar.gz |
Update to 15.5.0
Diffstat (limited to 'config')
-rw-r--r-- | config | 36 |
1 files changed, 18 insertions, 18 deletions
@@ -1,26 +1,26 @@ .encoding = "UTF-8" -VMCI_CONFED = "yes" -NETWORKING = "yes" +product.name = "VMware Workstation" +product.version = "15.5.0" +product.buildNumber = "14665864" +workstation.product.version = "15.5.0" +player.product.version = "15.5.0" +vix.config.version = "1" +bindir = "/usr/bin" +libdir = "/usr/lib/vmware" +vix.libdir = "/usr/lib/vmware-vix" initscriptdir = "/usr/lib/systemd/scripts" -VMBLOCK_CONFED = "yes" +vmware.fullpath = "/usr/bin/vmware" authd.fullpath = "/usr/bin/vmware-authd" gksu.rootMethod = "su" -VSOCK_CONFED = "yes" -libdir = "/usr/lib/vmware" -bindir = "/usr/bin" -vmware.fullpath = "/usr/bin/vmware" -vix.libdir = "/usr/lib/vmware-vix" -installerDefaults.componentDownloadEnabled = "no" -installerDefaults.autoSoftwareUpdateEnabled.epoch = "9624913987" -vix.config.version = "1" -player.product.version = "15.0.0" -installerDefaults.dataCollectionEnabled.epoch = "6996346951" +NETWORKING = "yes" +VMBLOCK_CONFED = "no" +VMCI_CONFED = "no" +VSOCK_CONFED = "no" +installerDefaults.autoSoftwareUpdateEnabled = "no" installerDefaults.dataCollectionEnabled = "no" +installerDefaults.componentDownloadEnabled = "no" installerDefaults.transferVersion = "1" -installerDefaults.autoSoftwareUpdateEnabled = "no" -product.buildNumber = "10134415" +acceptOVFEULA = "yes" +acceptEULA = "yes" authd.client.port = "902" authd.proxy.nfc = "vmware-hostd:ha-nfc" -product.version = "15.0.0" -workstation.product.version = "15.0.0" -product.name = "VMware Workstation" |