From 3dba4367643dfe93c86ab996eb2d0ed872064b93 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sat, 14 Mar 2026 13:45:47 +0100 Subject: [CHORE] Update target name for launch. Signed-off-by: Amlal El Mahrouss --- src/launch/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/launch/launch.json b/src/launch/launch.json index 1230b34d..77774618 100644 --- a/src/launch/launch.json +++ b/src/launch/launch.json @@ -3,7 +3,7 @@ "compiler_std": "c++20", "headers_path": ["../", "./", "../../public/frameworks"], "sources_path": ["src/*.cpp", "src/*.S"], - "output_name": "ne_launch.exe", + "output_name": "launch.exe", "compiler_flags": [ "-ffreestanding", "-shared", -- cgit v1.2.3