From 8db5f0c2e7b60dd37a572509c0c2d943c6c45f3e Mon Sep 17 00:00:00 2001 From: Kevin Jump Date: Fri, 6 Oct 2023 11:47:13 +0100 Subject: [PATCH] beep --- dist/build-package.ps1 | 2 -- 1 file changed, 2 deletions(-) diff --git a/dist/build-package.ps1 b/dist/build-package.ps1 index 7fc4a50b..ad3248b5 100644 --- a/dist/build-package.ps1 +++ b/dist/build-package.ps1 @@ -101,5 +101,3 @@ Out-File -FilePath ".\last-build-$fullVersion.txt" -InputObject $fullVersion ## beep means i can look away :) [Console]::Beep(1056, 500) -[Console]::Beep(880, 500) -[Console]::Beep(880, 500) \ No newline at end of file