Skip to content

Commit

Permalink
change exe name of win7 yt-dlp
Browse files Browse the repository at this point in the history
  • Loading branch information
mhogomchungu committed Oct 21, 2024
1 parent acadb4e commit 604e73c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/engines.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,7 @@ engines::engine::engine( Logger& logger,

m_downloadUrl = "https://api.github.com/repos/nicolaasjan/yt-dlp/releases/latest" ;

m_commandName = "yt-dlp_win7_Py3.12_x86.exe" ;
m_commandName = "yt-dlp_win7_x86.exe" ;
}else{
m_commandName = m.name ;
}
Expand Down
2 changes: 1 addition & 1 deletion src/utility.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ bool utility::platformIsWindows7()
{
const auto m = QOperatingSystemVersion::current() ;

return m <= QOperatingSystemVersion::Windows7 ;
return m < QOperatingSystemVersion::Windows8 ;
}

QString utility::windowsApplicationDirPath()
Expand Down

0 comments on commit 604e73c

Please sign in to comment.