mirror of
https://github.com/AAndyProgram/SCrawler.git
synced 2026-03-15 00:02:17 +00:00
2023.12.6.1
Update updater YT: add new version check at start
This commit is contained in:
@@ -151,7 +151,9 @@ Friend Module MainMod
|
||||
Friend Sub CheckVersion(ByVal Force As Boolean)
|
||||
With Settings
|
||||
If .CheckUpdatesAtStart Or Force Then
|
||||
ShowProgramInfo(.ProgramText.Value.IfNullOrEmpty("SCrawler"), My.Application.Info.Version, True, Force, .Self, False,
|
||||
ShowProgramInfo(.ProgramText.Value.IfNullOrEmpty("SCrawler"),
|
||||
SCrawler.Shared.GetCurrentMaxVer(Application.StartupPath.CSFileP).IfNullOrEmpty(My.Application.Info.Version),
|
||||
True, Force, .Self, False,
|
||||
.LatestVersion.Value, .ShowNewVersionNotification.Value, .ProgramDescription)
|
||||
End If
|
||||
End With
|
||||
|
||||
@@ -636,6 +636,10 @@
|
||||
<Project>{d4650f6b-5a54-44b6-999b-6c675b7116b1}</Project>
|
||||
<Name>SCrawler.PluginProvider</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\SCrawler.Shared\SCrawler.Shared.vbproj">
|
||||
<Project>{dc634700-24c7-42dd-bf8f-87e6cc54e625}</Project>
|
||||
<Name>SCrawler.Shared</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\SCrawler.YouTube\SCrawler.YouTube.vbproj">
|
||||
<Project>{7c764707-7fd1-469c-a365-94605c193607}</Project>
|
||||
<Name>SCrawler.YouTube</Name>
|
||||
|
||||
Reference in New Issue
Block a user