Skip to content

Commit

Permalink
chore: hk4e 4.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
3Shain committed Jul 17, 2024
1 parent 282a79c commit b43c9cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/clients/mhy/hk4e/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ import {
VoicePackNames,
} from "../launcher-info";

const CURRENT_SUPPORTED_VERSION = "4.7.0";
const CURRENT_SUPPORTED_VERSION = "4.8.0";

async function fetch(url: string) {
const { stdOut } = await exec(["curl", url]);
Expand Down Expand Up @@ -98,7 +98,7 @@ export async function createHK4EChannelClient({
);
const [showPredownloadPrompt, setShowPredownloadPrompt] =
createSignal<boolean>(
pre_download.major != null && //exist pre_download_game data in server response
pre_download?.major != null && //exist pre_download_game data in server response
(await getKeyOrDefault("predownloaded_all", "NOTFOUND")) ==
"NOTFOUND" && // not downloaded yet
gameInstalled && // game installed
Expand Down

0 comments on commit b43c9cb

Please sign in to comment.