This commit is contained in:
2025-08-15 20:02:28 +03:00
parent d4703df1a5
commit bfd5a78863
4 changed files with 4 additions and 4 deletions

View File

@@ -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).

View File

@@ -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

View File

@@ -15,7 +15,7 @@
#
THIS="$(basename $0)"
RELEASE="20250815"
RELEASE="20250816"
echo() { command echo "[$THIS]: $@"; }

View File

@@ -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 {