mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-02-14 07:43:31 -07:00
$ErrorActionPreference
This commit is contained in:
parent
b56c7db3ec
commit
1506afc4a2
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue