From 33fa21dc016ef7685ae2d87e47261630c4a8cb2f Mon Sep 17 00:00:00 2001 From: tigattack <10629864+tigattack@users.noreply.github.com> Date: Tue, 2 Apr 2024 16:47:54 +0100 Subject: [PATCH] style(installer): replace VeeamNotify header in script output --- Installer.ps1 | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Installer.ps1 b/Installer.ps1 index 9276d32..0548322 100644 --- a/Installer.ps1 +++ b/Installer.ps1 @@ -66,13 +66,14 @@ param( $project = 'VeeamNotify' $ErrorActionPreference = 'Stop' -Write-Output @' -####################################### -# # -# VeeamNotify Installer # -# # -####################################### -'@ +Write-Output " +__ __ _ _ _ _ __ +\ \ / /__ ___ __ _ _ __ ___ | \ | | ___ | |_(_)/ _|_ _ + \ \ / / _ \/ _ \/ _` | '_ ` _ \| \| |/ _ \| __| | |_| | | | + \ V / __/ __/ (_| | | | | | | |\ | (_) | |_| | _| |_| | + \_/ \___|\___|\__,_|_| |_| |_|_| \_|\___/ \__|_|_| \__, | + |___/ +" # Check if this project is already installed and if so, exit if (Test-Path "$InstallParentPath\$project\resources\version.txt") {