Skip to content

ElectronicObserverEN/cache

 
 

Repository files navigation

Cache

Updating

Using GadgetUpdateCheck.Desktop.exe with a Japanese IP address:

image

  • Start/Stop - toggle the periodic update check - check is performed every 5 minutes
  • Update - instantly makes an update check without pushing
  • Push - push updates to GitHub
  • Get IP - fetches your current IP and writes it to log
  • Proxy - for proxying the update check (I can't get split tunneling working with the exe, so I proxy it through EO)

Building the update check tool

Right click on GadgetUpdateCheck.Desktop in Visual Studio and click Publish.... The existing folder profile will override the existing exe.
I got a case where publish didn't work via the UI, so running this command in the package manager console can be used as an alternative.

dotnet publish .\GadgetUpdateCheck.Desktop\GadgetUpdateCheck.Desktop.csproj /p:PublishProfile=GadgetUpdateCheck.Desktop\Properties\PublishProfiles\FolderProfile.pubxml

About

KanColle gadget server cache

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 63.1%
  • CSS 22.8%
  • C# 10.7%
  • HTML 3.4%