Skip to content

Commit

Permalink
- Bump version to 3.7.0
Browse files Browse the repository at this point in the history
- Update hakchi hmod url
- Download bluetooth hmod
  • Loading branch information
DanTheMan827 committed Jan 11, 2020
1 parent bfc72e3 commit ad81f7f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.6.1.1002")]
[assembly: AssemblyFileVersion("3.6.1.1002")]
[assembly: AssemblyVersion("3.7.0.0")]
[assembly: AssemblyFileVersion("3.7.0.0")]
[assembly: NeutralResourcesLanguageAttribute("en-US")]
10 changes: 9 additions & 1 deletion Tasks/MembootTasks.cs
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,13 @@ public MembootTasks(MembootTaskType type, string[] hmodsInstall = null, string[]
HandleHakchi(HakchiTasks.Install),
ModTasks.TransferBaseHmods("/hakchi/transfer"),
ModTasks.TransferHakchiHmod("/hakchi/transfer")
}); ;
});

if (!userRecovery)
{
taskList.Add(BootHakchi);
taskList.Add(WaitForShellCycle(-1));
}

break;

Expand All @@ -98,8 +102,12 @@ public MembootTasks(MembootTaskType type, string[] hmodsInstall = null, string[]
ModTasks.TransferBaseHmods("/hakchi/transfer"),
ModTasks.TransferHakchiHmod("/hakchi/transfer")
});

if (!userRecovery)
{
taskList.Add(BootHakchi);
taskList.Add(WaitForShellCycle(-1));
}

break;

Expand Down
3 changes: 2 additions & 1 deletion tools/downloadfiles
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ download(){

printf "" > "$downloadedFileListName"

download "https://github.com/TeamShinkansen/Hakchi2-CE/releases/download/supplemental/hakchi-v1.0.4-124.Thu.24.Oct.2019.11_55_48.PM.GMT.hmod" "mods/hmods/hakchi.hmod" || exit 1
download "https://github.com/TeamShinkansen/Hakchi2-CE/releases/download/supplemental/bluetooth.Sun.Nov.17.14-27-14.CST.2019.hmod" "user_mods/bluetooth.hmod"
download "https://github.com/TeamShinkansen/Hakchi2-CE/releases/download/supplemental/hakchi-v1.0.4-125.Sat.11.Jan.2020.01_43.hmod" "mods/hmods/hakchi.hmod" || exit 1
download "https://hakchi.net/hakchi/detached-fallback" "tools/arm/detached-fallback" || exit 1
download "https://github.com/TeamShinkansen/libwdi/releases/download/classic_driver_1/classic_driver.exe" "driver/classic_driver.exe" || exit 1
download "https://the.earth.li/~sgtatham/putty/latest/w32/puttytel.exe" "tools/putty/puttytel.exe" || exit 1

0 comments on commit ad81f7f

Please sign in to comment.