Skip to content

Commit

Permalink
Merge pull request #212 from Dn-Programming-Core-Management/version-i…
Browse files Browse the repository at this point in the history
…ncremement

Fix version checker repository link
  • Loading branch information
Gumball2415 committed Jun 19, 2023
2 parents 633eaec + 17a6bba commit 4a20814
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dn-FamiTracker.rc
Original file line number Diff line number Diff line change
Expand Up @@ -2947,7 +2947,7 @@ BEGIN
ID_EDIT_PASTEINSERT "Pasted notes will be inserted above the destination\nPaste Insert"
ID_PASTESPECIAL_CURSOR "Paste operations occur at the cursor\nCursor"
ID_PASTESPECIAL_SELECTION
"Go to https://github.com/Gumball2415/Dn-FamiTracker"
"Paste operations occur at the start of selection\nSelection"
ID_PASTESPECIAL_FILL "Paste operations loop throughout the current selection\nFill"
ID_CLEANUP_POPULATEUNIQUEPATTERNS
"Copy a unique pattern for each frame\nPopulate Unique Patterns"
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,14 @@ Dn-Famitracker is a fork of 0CC-FamiTracker that incorporates numerous fixes and

## Downloads

Download releases: [![GitHub all releases](https://img.shields.io/github/downloads/Gumball2415/Dn-FamiTracker/total?logo=github&style=flat-square)](https://github.com/Gumball2415/Dn-FamiTracker/releases)
Download releases: [![GitHub all releases](https://img.shields.io/github/downloads/Dn-Programming-Core-Management/Dn-FamiTracker/total?logo=github&style=flat-square)](https://github.com/Dn-Programming-Core-Management/Dn-FamiTracker/releases)

Development builds: [![AppVeyor](https://img.shields.io/appveyor/build/Gumball2415/dn-famitracker?logo=appveyor&style=flat-square)](https://ci.appveyor.com/project/Gumball2415/dn-famitracker/history)

Github Actions automated builds: [![GitHub Actions](https://img.shields.io/github/actions/workflow/status/Dn-Programming-Core-Management/Dn-FamiTracker/build-artifact.yml?style=flat-square)](https://github.com/Dn-Programming-Core-Management/Dn-FamiTracker/actions/workflows/build-artifact.yml)

Github Actions automated release builds: [![GitHub](https://img.shields.io/github/actions/workflow/status/Dn-Programming-Core-Management/Dn-FamiTracker/build-release-artifact.yml?style=flat-square)](https://github.com/Dn-Programming-Core-Management/Dn-FamiTracker/actions/workflows/build-release-artifact.yml)

Legacy Dev Builds: [![AppVeyor](https://img.shields.io/appveyor/build/Gumball2415/dn-famitracker-legacy?logo=appveyor&style=flat-square)](https://ci.appveyor.com/project/Gumball2415/dn-famitracker-legacy/history)

Notice: Due to delayed Appveyor reintegration, builds for commits `dc4c9e8` to `2141360` are not available.
Expand Down
2 changes: 1 addition & 1 deletion Source/VersionChecker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ namespace {
hOpen = InternetOpenW(L"Dn_FamiTracker", INTERNET_OPEN_TYPE_PRECONFIG, NULL, NULL, 0);
hConnect = InternetConnectW(hOpen, L"api.github.com",
INTERNET_DEFAULT_HTTPS_PORT, L"", L"", INTERNET_SERVICE_HTTP, 0, 0);
hRequest = HttpOpenRequestW(hConnect, L"GET", L"/repos/Gumball2415/Dn-FamiTracker/releases",
hRequest = HttpOpenRequestW(hConnect, L"GET", L"/repos/Dn-Programming-Core-Management/Dn-FamiTracker/releases",
L"HTTP/1.0", NULL, rgpszAcceptTypes,
INTERNET_FLAG_RELOAD | INTERNET_FLAG_SECURE | INTERNET_FLAG_NO_CACHE_WRITE, NULL);
}
Expand Down

0 comments on commit 4a20814

Please sign in to comment.