From ddb24b0533fd371732b7562a472ea12547c65ba3 Mon Sep 17 00:00:00 2001 From: Zodiac Date: Mon, 10 Feb 2025 17:03:04 -0500 Subject: [PATCH] chore: small update on readme --- .github/actions/build-win/build-win.cmd | 2 +- README.md | 2 +- appState.h | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/actions/build-win/build-win.cmd b/.github/actions/build-win/build-win.cmd index 4bf36ac..acaff04 100644 --- a/.github/actions/build-win/build-win.cmd +++ b/.github/actions/build-win/build-win.cmd @@ -21,7 +21,7 @@ PUSHD "%MY_BUILD_DIR%" IF %ERRORLEVEL% NEQ 0 EXIT /B %ERRORLEVEL% REM Create Makefile from CMakeLists.txt, using NMake output beacause NMake happens to be available -CMAKE -G "NMake Makefiles" -DCMAKE_BUILD_TYPE:STRING="RelWithDebInfo" -DCMAKE_MAKE_PROGRAM="nmake.exe" -DCMAKE_TOOLCHAIN_FILE="..\docker\Toolchain-msvc-x86-64.cmake" %~3 %~4 %~5 .. +CMAKE -G "NMake Makefiles" -DCMAKE_BUILD_TYPE:STRING="Release" -DCMAKE_MAKE_PROGRAM="nmake.exe" -DCMAKE_TOOLCHAIN_FILE="..\docker\Toolchain-msvc-x86-64.cmake" %~3 %~4 %~5 .. IF %ERRORLEVEL% NEQ 0 EXIT /B %ERRORLEVEL% REM Perform the actual build diff --git a/README.md b/README.md index 677a45e..b26c3ed 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ XPMP2 Sample Plugin ========= -[![Build all Platforms](https://github.com/TwinFan/XPMP2-Sample/actions/workflows/build.yml/badge.svg)](https://github.com/TwinFan/XPMP2-Sample/actions/workflows/build.yml) +[![Build all Platforms](https://github.com/xairline/fly-with-me/actions/workflows/build.yml/badge.svg)](https://github.com/xairline/fly-with-me/actions/workflows/build.yml) This is a fully functional sample implementation and _Public Template_ that you can use to play with features of the [XPMP2 library](https://github.com/TwinFan/XPMP2) diff --git a/appState.h b/appState.h index 3040d26..acb5c36 100644 --- a/appState.h +++ b/appState.h @@ -40,7 +40,6 @@ class AppState final { private: AppState(); - // Destructor ~AppState(); static AppState *instance;