diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fb2eba..97528f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ # CHANGELOG +## 0.6.1 (August 15th, 2018) +#### Features +* Changed donation method to PayPal ([#82](https://github.com/julian-poidevin/MBPMid2010_GPUFix/issues/82)) + ## 0.6.0 (November 3rd, 2017) #### BugFix * Disabled kext signing verification ([#39](https://github.com/julian-poidevin/MBPMid2010_GPUFix/issues/39)) diff --git a/mainwindow.cpp b/mainwindow.cpp index 22a4f64..614123c 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -759,18 +759,8 @@ int MainWindow::loadKernelExtension(QFile *kernelFile) //Execute commande line processStatus |= executeProcess(&process,command,arguments); - //logger->write("Unloading previous kext : "); - /*** Unload previous kext file ***/ - //TODO find a way to execute process as root - //command = "sudo -S kextunload -v /System/Library/Extensions/AppleGraphicsPowerManagement.kext"; - //arguments.clear(); - //arguments << "-v" << "/System/Library/Extensions/AppleGraphicsPowerManagement.kext"; - //Execute commande line - //processStatus |= executeProcess(&process,command,arguments); - logger->write("Loading modified kext : "); /*** Finally load kext file ***/ - //TODO find a way to execute process as root command = "sudo -S kextload -v /tmp/AppleGraphicsPowerManagement.kext"; arguments.clear(); //Execute commande line @@ -849,7 +839,7 @@ void MainWindow::on_versionButton_clicked() void MainWindow::on_pushButton_clicked() { - QString link = "https://www.tipeee.com/MBPMid2010_GPUFix"; + QString link = "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=VR3QQDC6GMDCQ"; QDesktopServices::openUrl(QUrl(link)); return; diff --git a/mainwindow.h b/mainwindow.h index afd96e4..89946ba 100644 --- a/mainwindow.h +++ b/mainwindow.h @@ -1,7 +1,7 @@ #ifndef MAINWINDOW_H #define MAINWINDOW_H -#define VERSION "0.6.0" +#define VERSION "0.6.1" #define APP_NAME "MBPMid2010-GPU-Fix" #include diff --git a/ressource/MBPMid2010-GPU-Fix-client_mac.ini b/ressource/MBPMid2010-GPU-Fix-client_mac.ini index 3234699..c594869 100755 --- a/ressource/MBPMid2010-GPU-Fix-client_mac.ini +++ b/ressource/MBPMid2010-GPU-Fix-client_mac.ini @@ -3,7 +3,7 @@ name=MBPMid2010-GPU-Fix [Deployment] platform="mac" -qtDir="~/Qt/5.8/clang_64" +qtDir="~/Qt5.9.2/5.9.2/clang_64" qmlSourceDir="" applicationDir="./build-release/" pkgname="MBPMid2010-GPU-Fix-%(version)s"