From 8431c60a78c5d228815b4703054865051e86ded7 Mon Sep 17 00:00:00 2001 From: Natalia Serrano Date: Tue, 6 May 2025 13:20:19 +0200 Subject: [PATCH] refs #1948 add windows logout helper script --- CHANGELOG.md | 8 +++++++- src/OGAgent.spec | 3 ++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 496eacc..ca51f4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [5.0.0] - 2025-04-25 +## [5.1.0] - 2025-05-06 + +### Added + +- Added powershell helper script for logging out from windows + +## [5.0.0] - 2025-05-06 ### Added diff --git a/src/OGAgent.spec b/src/OGAgent.spec index 5e9256f..5ed4bc2 100755 --- a/src/OGAgent.spec +++ b/src/OGAgent.spec @@ -98,4 +98,5 @@ coll = COLLECT( ) import shutil -shutil.copytree ('cfg', '{}/{}/cfg'.format(DISTPATH, dist_name)) +shutil.copytree ('cfg', '{}/{}/cfg'. format(DISTPATH, dist_name)) +shutil.copy ('stop-agent.ps1', '{}/{}/stop-agent.ps1'.format(DISTPATH, dist_name))