mirror of
https://github.com/skoelle/marcer-gamedvd-launcher.git
synced 2026-09-18 03:00:25 +00:00
renaming
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
@echo off
|
||||
|
||||
REM Starts HatariZipLauncher.exe from the correct folder
|
||||
REM Starts MarcerGameDvdLauncher.exe from the correct folder
|
||||
setlocal
|
||||
set EXE_PATH=%~dp0HatariZipLauncher\bin\Release\net10.0\HatariZipLauncher.exe
|
||||
set EXE_PATH=%~dp0MarcerGameDvdLauncher\bin\Release\net10.0\MarcerGameDvdLauncher.exe
|
||||
|
||||
if not exist "%EXE_PATH%" (
|
||||
echo [ERROR] Application not built. Please run build.cmd first.
|
||||
exit /b 1
|
||||
)
|
||||
|
||||
pushd "HatariZipLauncher\bin\Release\net10.0"
|
||||
"HatariZipLauncher.exe"
|
||||
pushd "MarcerGameDvdLauncher\bin\Release\net10.0"
|
||||
"MarcerGameDvdLauncher.exe"
|
||||
popd
|
||||
|
||||
Reference in New Issue
Block a user