Skip to content

Commit

Permalink
Merge pull request #5 from Team-Neptune/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
fennectech authored May 28, 2020
2 parents 57ac5c0 + 8c5c94a commit 546e6e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ ROMFS := romfs
APP_TITLE := DeepSea Updater
APP_AUTHOR := FennecTECH,Nichole Mattera

APP_VERSION := 4.1.0
APP_VERSION := 4.2.1
APP_VERSION_MAJOR := 4
APP_VERSION_MINOR := 1
APP_VERSION_PATCH := 0
APP_VERSION_MINOR := 2
APP_VERSION_PATCH := 1

SETTING_CONFIG_VERSION := 2
INTERNAL_CONFIG_VERSION := 2
Expand Down
2 changes: 1 addition & 1 deletion source/FileManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ namespace dsu
}

// No need to extract DeepSea Updater.
if (filename.compare(0, 28, "sdmc:/switch/DeepSea-Updater/") == 0)
if (filename.compare(0, 29, "sdmc:/switch/DeepSea-Updater/") == 0)
{
free(fileInfo);
continue;
Expand Down

0 comments on commit 546e6e0

Please sign in to comment.