diff --git a/futurerestore/futurerestore.cpp b/futurerestore/futurerestore.cpp index 00c8a019..24f5b4be 100644 --- a/futurerestore/futurerestore.cpp +++ b/futurerestore/futurerestore.cpp @@ -656,7 +656,8 @@ void futurerestore::loadLatestBaseband(){ if (downloadPartialzip(getLatestFirmwareUrl(), pathStr, _basebandPath = BASEBAND_TMP_PATH)) reterror(-32, "could not download baseband\n"); saveStringToFile(manifeststr, BASEBAND_MANIFEST_TMP_PATH); - setBasebandManifestPath(BASEBAND_TMP_PATH); + setBasebandManifestPath(BASEBAND_MANIFEST_TMP_PATH); + setBasebandPath(BASEBAND_TMP_PATH); } void futurerestore::loadLatestSep(){