summaryrefslogtreecommitdiffstats
path: root/launcher.bat
diff options
context:
space:
mode:
authorgabrix73 <gabriel1@frozenstar.info>2026-04-12 14:49:49 +0200
committergabrix73 <gabriel1@frozenstar.info>2026-04-12 14:49:49 +0200
commitbb189dd1e7cc14900e03a72403752e6aa5276d8c (patch)
treebdf857d7101e8889c33077c55819227eaff675bb /launcher.bat
parenta7a7d3fd4559015fbe02b2016c3f39379262d1c2 (diff)
downloadkhimera-bb189dd1e7cc14900e03a72403752e6aa5276d8c.tar.gz
khimera-bb189dd1e7cc14900e03a72403752e6aa5276d8c.tar.xz
khimera-bb189dd1e7cc14900e03a72403752e6aa5276d8c.zip
rename: Veilith -> Khimera across all files and documentation
Diffstat (limited to 'launcher.bat')
-rw-r--r--launcher.bat28
1 files changed, 14 insertions, 14 deletions
diff --git a/launcher.bat b/launcher.bat
index 95d8e5e..1dea813 100644
--- a/launcher.bat
+++ b/launcher.bat
@@ -1,15 +1,15 @@
@echo off
-REM Veilith Portable - Windows Launcher
+REM Khimera Portable - Windows Launcher
REM Automatically launches the Windows executable with portable settings
-title Veilith Portable v0.9 - Launcher
+title Khimera Portable v0.9 - Launcher
cls
echo.
echo ========================================================
echo.
-echo VEILITH PORTABLE v0.9
+echo KHIMERA PORTABLE v0.9
echo Privacy-First P2P Messenger
echo Windows Launcher
echo.
@@ -40,13 +40,13 @@ if "%DRIVE_LETTER%" GEQ "E" (
echo.
REM Check if executable exists
-if not exist "Windows\veilith.exe" (
+if not exist "Windows\khimera.exe" (
echo.
echo ========================================================
echo ERROR: Windows executable not found!
echo ========================================================
echo.
- echo Expected location: Windows\veilith.exe
+ echo Expected location: Windows\khimera.exe
echo.
echo Please build the Windows executable:
echo make windows
@@ -66,24 +66,24 @@ if not exist "temp" mkdir temp
echo [Launch]
echo --------------------------------------------------------
echo.
-echo Starting Veilith Portable...
+echo Starting Khimera Portable...
echo.
REM Set environment variables for portable mode
-set "VEILITH_PORTABLE=1"
-set "VEILITH_DATA_DIR=%SCRIPT_DIR%data"
-set "VEILITH_TOR_DIR=%SCRIPT_DIR%tor"
-set "VEILITH_TEMP_DIR=%SCRIPT_DIR%temp"
+set "KHIMERA_PORTABLE=1"
+set "KHIMERA_DATA_DIR=%SCRIPT_DIR%data"
+set "KHIMERA_TOR_DIR=%SCRIPT_DIR%tor"
+set "KHIMERA_TEMP_DIR=%SCRIPT_DIR%temp"
REM Change to Windows directory and launch
cd /d "%SCRIPT_DIR%Windows"
-start "" "veilith.exe"
+start "" "khimera.exe"
REM Check if launch was successful
if errorlevel 1 (
echo.
echo ========================================================
- echo ERROR: Failed to launch Veilith
+ echo ERROR: Failed to launch Khimera
echo ========================================================
echo.
echo Possible issues:
@@ -93,7 +93,7 @@ if errorlevel 1 (
echo - Missing dependencies
echo.
echo Troubleshooting:
- echo 1. Add veilith.exe to antivirus exceptions
+ echo 1. Add khimera.exe to antivirus exceptions
echo 2. Run as Administrator (one time)
echo 3. Check USB drive is not read-only
echo 4. Verify Windows version compatibility
@@ -104,7 +104,7 @@ if errorlevel 1 (
REM Success
echo.
-echo Veilith launched successfully!
+echo Khimera launched successfully!
echo.
echo The application window should open shortly...
echo You can close this window.