diff --git a/README.md b/README.md index a39dcb1..541c3f9 100755 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ PMT is designed for developers, technicians, and Android enthusiasts who need fi ## Documentation -For all information about PMT, see the [wiki](https://github.com/ShawkTeam/pmt-renovated/wiki)\ +For all information about PMT, see the [wiki](https://github.com/ShawkTeam/pmt-renovated/wiki).\ Read [Wiki - Using PMT via Termux or ADB](https://github.com/ShawkTeam/pmt-renovated/wiki/Using-PMT-via-Termux-or-ADB) for learn how to use PMT via Termux or ADB.\ Detailed usage instructions and option references can be found in the [Wiki - Usage](https://github.com/ShawkTeam/pmt-renovated/wiki/Usage). diff --git a/include/PartitionManager/PartitionManager.hpp b/include/PartitionManager/PartitionManager.hpp index 0ef6d07..87459b3 100644 --- a/include/PartitionManager/PartitionManager.hpp +++ b/include/PartitionManager/PartitionManager.hpp @@ -119,4 +119,4 @@ std::string getAppVersion(); // Not Android app version (an Android app is // planned!), tells pmt version. } // namespace PartitionManager -#endif // #ifndef LIBPMT_LIB_HPP +#endif // #ifndef LIBPMT_LIB_HPP \ No newline at end of file diff --git a/manager.sh b/manager.sh index b34fb42..b4ae3f0 100644 --- a/manager.sh +++ b/manager.sh @@ -15,7 +15,7 @@ # THIS="$(basename $0)" -RELEASE="20250815" +RELEASE="20250816" echo() { command echo "[$THIS]: $@"; } diff --git a/src/PartitionManager.cpp b/src/PartitionManager.cpp index 88cc2e8..40292bd 100644 --- a/src/PartitionManager.cpp +++ b/src/PartitionManager.cpp @@ -37,7 +37,7 @@ void variableProtect::setVariablePointer(basic_variables *&_ptr) { basic_variables::~basic_variables() { delete PartMap; } basic_variables::basic_variables() - : logFile("/sdcard/Documents/last_pmt_logs.log"), onLogical(false), + : logFile(Helper::LoggingProperties::FILE), onLogical(false), quietProcess(false), verboseMode(false), viewVersion(false), forceProcess(false) { try {