diff --git a/windows_files/Win64OpenSSL_Light-3_3_0.exe b/windows_files/Win64OpenSSL_Light-3_3_0.exe new file mode 100644 index 00000000..e25f9aca Binary files /dev/null and b/windows_files/Win64OpenSSL_Light-3_3_0.exe differ diff --git a/windows_files/xray_no_window.ps1 b/windows_files/xray_no_window.ps1 new file mode 100644 index 00000000..abe6608e --- /dev/null +++ b/windows_files/xray_no_window.ps1 @@ -0,0 +1 @@ +Start-Process -FilePath ".\xray.exe" -ArgumentList "-config .\config.json" -WindowStyle Hidden diff --git a/windows_files/xray_no_window.vbs b/windows_files/xray_no_window.vbs new file mode 100644 index 00000000..ab6cf14b --- /dev/null +++ b/windows_files/xray_no_window.vbs @@ -0,0 +1 @@ +CreateObject("Wscript.Shell").Run "xray.exe -config config.json",0