From 8b6bd4b2aecbb78109d84d54af7be87a24b15f63 Mon Sep 17 00:00:00 2001 From: Lacro59 Date: Fri, 5 Nov 2021 15:43:28 +0100 Subject: [PATCH] updated manifest & version --- build/build.ps1 | 20 +++++++++++++++++++- manifest/Lacro59_GameActivity.yaml | 8 ++++++++ source/extension.yaml | 2 +- source/playnite-plugincommon | 2 +- 4 files changed, 29 insertions(+), 3 deletions(-) diff --git a/build/build.ps1 b/build/build.ps1 index 5887291..cb7b943 100644 --- a/build/build.ps1 +++ b/build/build.ps1 @@ -4,7 +4,25 @@ param( ) -$PlaynitePath = "D:\Playnite_dev" +$PlaynitePathTEMP = "C:\Playnite_dev" +if (Test-Path -Path $PlaynitePathTEMP) +{ + $PlaynitePath = $PlaynitePathTEMP +} + +$PlaynitePathTEMP = "D:\Playnite_dev" +if (Test-Path -Path $PlaynitePathTEMP) +{ + $PlaynitePath = $PlaynitePathTEMP +} + +$PlaynitePathTEMP = "G:\Playnite_dev" +if (Test-Path -Path $PlaynitePathTEMP) +{ + $PlaynitePath = $PlaynitePathTEMP +} + + $ToolboxPath = (Join-Path $PlaynitePath "toolbox.exe") $OutDirPath = (Join-Path $OutDir "..") diff --git a/manifest/Lacro59_GameActivity.yaml b/manifest/Lacro59_GameActivity.yaml index f2162be..ba3cfa9 100644 --- a/manifest/Lacro59_GameActivity.yaml +++ b/manifest/Lacro59_GameActivity.yaml @@ -32,4 +32,12 @@ Packages: PackageUrl: https://github.com/Lacro59/playnite-gameactivity-plugin/releases/download/v2.1.1/playnite-gameactivity-plugin_2_1_1.pext Changelog: - Playnite 9 version (not compatible with Playnite 8) + - Fixed a crash + - Version: 2.1.2 + RequiredApiVersion: 6.1.0 + ReleaseDate: 2021-11-05 + PackageUrl: https://github.com/Lacro59/playnite-gameactivity-plugin/releases/download/v2.1.2/playnite-gameactivity-plugin_2_1_2.pext + Changelog: + - Improved performances + - Fixed many bugs - Fixed a crash \ No newline at end of file diff --git a/source/extension.yaml b/source/extension.yaml index fc43409..5f28897 100644 --- a/source/extension.yaml +++ b/source/extension.yaml @@ -1,7 +1,7 @@ Id: playnite-gameactivity-plugin Name: GameActivity Author: Lacro59 -Version: 2.1.1 +Version: 2.1.2 Module: GameActivity.dll Type: GenericPlugin Icon: icon.png diff --git a/source/playnite-plugincommon b/source/playnite-plugincommon index 587eb60..06d5f00 160000 --- a/source/playnite-plugincommon +++ b/source/playnite-plugincommon @@ -1 +1 @@ -Subproject commit 587eb6003c855ab760a316e330fb114c1e4ab05d +Subproject commit 06d5f00a784ac546a0823f0446b96eb67e7b664b