diff --git a/.gitignore b/.gitignore index 3179e82..637e60d 100644 --- a/.gitignore +++ b/.gitignore @@ -35,3 +35,7 @@ server/builds/* # Plans .claude/ + +# Binaires copiés par le post-publish à la racine du repo +/PSLauncher.exe +/PSLauncher.Updater.exe diff --git a/PSLauncher.exe - Raccourci.lnk b/PSLauncher.exe - Raccourci.lnk deleted file mode 100644 index 01628a5..0000000 Binary files a/PSLauncher.exe - Raccourci.lnk and /dev/null differ diff --git a/src/PSLauncher.App/PSLauncher.App.csproj b/src/PSLauncher.App/PSLauncher.App.csproj index 9015fcd..db3a675 100644 --- a/src/PSLauncher.App/PSLauncher.App.csproj +++ b/src/PSLauncher.App/PSLauncher.App.csproj @@ -49,4 +49,19 @@ + + + + $([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)..\..\')) + + + + + diff --git a/src/PSLauncher.Updater/PSLauncher.Updater.csproj b/src/PSLauncher.Updater/PSLauncher.Updater.csproj index e62d687..272d2d8 100644 --- a/src/PSLauncher.Updater/PSLauncher.Updater.csproj +++ b/src/PSLauncher.Updater/PSLauncher.Updater.csproj @@ -19,4 +19,18 @@ false + + + + $([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)..\..\')) + + + + +