From 1dddeccbdd797fb430d1eb053be7b6c9d23bf5f5 Mon Sep 17 00:00:00 2001 From: Marco Auer Date: Mon, 13 Nov 2023 12:06:16 +0100 Subject: [PATCH] Upgraded build environment from Ubuntu 20.04 to 22.04 --- .github/workflows/build.yml | 2 +- update_local.cmd | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 update_local.cmd diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fd502f36..d9696abe 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ env: jobs: # Build Linux with GCC build-lin: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 env: platform: lin steps: diff --git a/update_local.cmd b/update_local.cmd new file mode 100644 index 00000000..c7d4e388 --- /dev/null +++ b/update_local.cmd @@ -0,0 +1,6 @@ +@ECHO OFF +TITLE Update the local copy of XMidiCtrl for testing + +ECHO Update local copy of XMidiCtrl + +Copy-Item "$pwd\package\XMidiCtrl\win_x64\XMidiCtrl.xpl" -Destination "F:\X-Plane 12\Resources\plugins\XMidiCtrl\win_x64" \ No newline at end of file