Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mhogomchungu committed Jun 20, 2024
1 parent b35a827 commit 6714e39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Make sure you have access to the internet before you run the media-downloader fo

#### Bundle for MacOS

Bundle for MacOS is [here](https://github.com/mhogomchungu/media-downloader/releases/download/4.7.0/MediaDownloader-4.7.0.dmg).
Bundle for MacOS is [here](https://github.com/mhogomchungu/media-downloader/releases/download/4.7.0/MediaDownloader-4.7.0.dmg). This bundle is not notarized and your system may report it as "corrupted". Search the internet on how to install bundles that are not notarized if you want to use this app on MacOS.

#### Installer for Microsoft Windows

Expand Down
4 changes: 2 additions & 2 deletions src/utils/single_instance.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ namespace utils
connect( this,&exec::run,this,&exec::meaw,Qt::QueuedConnection ) ;

emit this->run() ;

this->deleteLater() ;
}
private:
void meaw()
{
m_function() ;

this->deleteLater() ;
}
signals:
void run() ;
Expand Down

0 comments on commit 6714e39

Please sign in to comment.