Skip to content

Commit

Permalink
chore: small update on readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zodiac1214 committed Feb 11, 2025
1 parent f8891ce commit ddb24b0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/build-win/build-win.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
1 change: 0 additions & 1 deletion appState.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ class AppState final {

private:
AppState();
// Destructor
~AppState();
static AppState *instance;

Expand Down

0 comments on commit ddb24b0

Please sign in to comment.