$ErrorActionPreference

This commit is contained in:
Tyrrrz
2025-05-11 01:33:43 +03:00
parent b56c7db3ec
commit 1506afc4a2

View File

@@ -12,6 +12,8 @@ param(
[string]$ShortVersion [string]$ShortVersion
) )
$ErrorActionPreference = "Stop"
# Setup paths # Setup paths
$tempDirPath = Join-Path $PublishDirPath "../publish-macos-app-temp" $tempDirPath = Join-Path $PublishDirPath "../publish-macos-app-temp"
$bundleName = "DiscordChatExporter.app" $bundleName = "DiscordChatExporter.app"