mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-02-10 20:02:31 +00:00
$ErrorActionPreference
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user