Skip to content

Commit

Permalink
Добавлено автообновление базы данных
Browse files Browse the repository at this point in the history
  • Loading branch information
hoplik committed Jul 29, 2024
1 parent 3398b2f commit 04d735e
Show file tree
Hide file tree
Showing 17 changed files with 6,163 additions and 6,148 deletions.
3 changes: 3 additions & 0 deletions App.config
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,9 @@
<setting name="auth_code" serializeAs="String">
<value>Случайный код авторизации</value>
</setting>
<setting name="update_db" serializeAs="String">
<value>True</value>
</setting>
</FirehoseFinder.Properties.Settings>
</userSettings>
</configuration>
12 changes: 7 additions & 5 deletions FirehoseFinder.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
<IsWebBootstrapper>true</IsWebBootstrapper>
<PublishUrl>ftp://fhf.mywebcommunity.org/fhf.mywebcommunity.org/</PublishUrl>
<PublishUrl>ftp://yggno.de:21/</PublishUrl>
<Install>true</Install>
<InstallFrom>Web</InstallFrom>
<UpdateEnabled>true</UpdateEnabled>
Expand All @@ -25,19 +25,20 @@
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>true</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<InstallUrl>http://fhf.mywebcommunity.org/</InstallUrl>
<UpdateUrl>http://fhf.mywebcommunity.org/</UpdateUrl>
<InstallUrl>https://fhf.yggno.de/</InstallUrl>
<UpdateUrl>https://fhf.yggno.de/</UpdateUrl>
<SupportUrl>https://github.com/hoplik/Firehose-Finder/</SupportUrl>
<ErrorReportUrl>https://github.com/hoplik/Firehose-Finder/issues</ErrorReportUrl>
<TargetCulture>ru</TargetCulture>
<ProductName>Firehose-Finder</ProductName>
<PublisherName>hoplik</PublisherName>
<MinimumRequiredVersion>3.1.0.4</MinimumRequiredVersion>
<MinimumRequiredVersion>24.7.3.0</MinimumRequiredVersion>
<CreateWebPageOnPublish>true</CreateWebPageOnPublish>
<WebPage>publish.htm</WebPage>
<OpenBrowserOnPublish>false</OpenBrowserOnPublish>
<AutorunEnabled>true</AutorunEnabled>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>24.7.26.0</ApplicationVersion>
<ApplicationVersion>24.7.29.0</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<CreateDesktopShortcut>true</CreateDesktopShortcut>
<PublishWizardCompleted>true</PublishWizardCompleted>
Expand Down Expand Up @@ -240,6 +241,7 @@
<Content Include="Resources\about.png" />
<Content Include="Resources\auth.png" />
<Content Include="Resources\auth_off.png" />
<None Include="Properties\DataSources\FirehoseFinder.Properties.Settings.datasource" />
<None Include="Resources\auth_onn.png" />
<Content Include="Resources\autolen.png" />
<Content Include="Resources\bot.txt" />
Expand Down
Loading

0 comments on commit 04d735e

Please sign in to comment.