Skip to content

Commit

Permalink
release: 2.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
MliKiowa committed Sep 5, 2024
1 parent 522311b commit 3019ef7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
Binary file modified launcher/NapCatWinBootHook.dll
Binary file not shown.
Binary file modified launcher/NapCatWinBootMain.exe
Binary file not shown.
4 changes: 3 additions & 1 deletion launcher/launcher-win10.bat
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,6 @@ if not exist "%QQpath%" (
set NAPCAT_MAIN_PATH=%NAPCAT_MAIN_PATH:\=/%
echo (async () =^> {await import("file:///%NAPCAT_MAIN_PATH%")})() > %NAPCAT_LOAD_PATH%

"%NAPCAT_LAUNCHER_PATH%" "%QQPath%" "%NAPCAT_INJECT_PATH%"
"%NAPCAT_LAUNCHER_PATH%" "%QQPath%" "%NAPCAT_INJECT_PATH%"

REM "%NAPCAT_LAUNCHER_PATH%" "%QQPath%" "%NAPCAT_INJECT_PATH%" 123456
2 changes: 2 additions & 0 deletions launcher/launcher.bat
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,5 @@ set NAPCAT_MAIN_PATH=%NAPCAT_MAIN_PATH:\=/%
echo (async () =^> {await import("file:///%NAPCAT_MAIN_PATH%")})() > %NAPCAT_LOAD_PATH%

"%NAPCAT_LAUNCHER_PATH%" "%QQPath%" "%NAPCAT_INJECT_PATH%"

REM "%NAPCAT_LAUNCHER_PATH%" "%QQPath%" "%NAPCAT_INJECT_PATH%" 123456

0 comments on commit 3019ef7

Please sign in to comment.