|
@@ -179,7 +179,7 @@ class DriverManagerFragment : Fragment() {
|
|
|
false
|
|
false
|
|
|
) {
|
|
) {
|
|
|
val driverPath =
|
|
val driverPath =
|
|
|
- "${GpuDriverHelper.driverStoragePath}/${FileUtil.getFilename(result)}"
|
|
|
|
|
|
|
+ "${GpuDriverHelper.driverStoragePath}${FileUtil.getFilename(result)}"
|
|
|
val driverFile = File(driverPath)
|
|
val driverFile = File(driverPath)
|
|
|
|
|
|
|
|
// Ignore file exceptions when a user selects an invalid zip
|
|
// Ignore file exceptions when a user selects an invalid zip
|