From a08e1707a1aa5a4ca1c5e5ed16069a47711db402 Mon Sep 17 00:00:00 2001 From: Stefan Koelle Date: Mon, 10 Aug 2026 19:40:33 +0200 Subject: [PATCH] name change --- agents.md | 2 +- MarcerLauncher.sln => marcer-gamedvd-launcher.sln | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename MarcerLauncher.sln => marcer-gamedvd-launcher.sln (100%) diff --git a/agents.md b/agents.md index 014678a..683f42f 100644 --- a/agents.md +++ b/agents.md @@ -35,7 +35,7 @@ Additional policy: - README.md must be written in English. Any functional change that affects usage, configuration, or behavior MUST update README.md in English immediately after the change. If there are consequential changes to developer-facing policies, build steps, or requirements, `agents.md` must be updated as well. Developer note: Visual Studio Solution -- A Visual Studio solution file exists at the repository root: `MarcerLauncher.sln`. Developers may open this solution in Visual Studio to work on the project, debug and build from the IDE. The solution references `HatariZipLauncher\HatariZipLauncher.csproj` and includes Debug and Release configurations. Use `build.cmd` (Windows) or `build.sh` (Linux) and `start.cmd` for consistent command-line builds/releases as described elsewhere in this document. +- A Visual Studio solution file exists at the repository root: `marcer-gamedvd-launcher.sln`. Developers may open this solution in Visual Studio to work on the project, debug and build from the IDE. The solution references `HatariZipLauncher\HatariZipLauncher.csproj` and includes Debug and Release configurations. Use `build.cmd` (Windows) or `build.sh` (Linux) and `start.cmd` for consistent command-line builds/releases as described elsewhere in this document. With this, it is ensured that binary/release files never end up in git, and the release process is always traceable and performed exclusively manually in the web interface. diff --git a/MarcerLauncher.sln b/marcer-gamedvd-launcher.sln similarity index 100% rename from MarcerLauncher.sln rename to marcer-gamedvd-launcher.sln