Skip to content

Commit

Permalink
exit on launch
Browse files Browse the repository at this point in the history
Signed-off-by: June Park <[email protected]>
  • Loading branch information
junepark678 authored May 1, 2024
1 parent b64930b commit 781a829
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion AltServer/AltServer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,10 @@ int CALLBACK WinMain(
return 1;
}

MessageBox(NULL, _T("SideServer for Microsoft Windows® is not functional, please follow https://wiki.sidestore.io/guides/getting-started/ instead"), _T("https://wiki.sidestore.io/guides/getting-started/"), NULL);
MessageBox(NULL, _T("SideServer for Microsoft Windows is not functional, please follow https://wiki.sidestore.io/guides/getting-started/ instead. SideServer will now exit"), _T("https://wiki.sidestore.io/guides/getting-started/"), NULL);

return 1;

// The parameters to ShowWindow explained:
// hWnd: the value returned from CreateWindow
// nCmdShow: the fourth parameter from WinMain
Expand Down

0 comments on commit 781a829

Please sign in to comment.