mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2025-05-11 10:26:57 +02:00
Casing
This commit is contained in:
parent
ff7cd92192
commit
e7bd210d03
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ $plistContent = @"
|
||||||
Set-Content -Path (Join-Path $contentsDir "Info.plist") -Value $plistContent
|
Set-Content -Path (Join-Path $contentsDir "Info.plist") -Value $plistContent
|
||||||
|
|
||||||
# Copy all built application files into the .app's MacOS directory
|
# Copy all built application files into the .app's MacOS directory
|
||||||
Get-ChildItem -Path $publishDir | ForEach-Object {
|
Get-ChildItem -Path $PublishDir | ForEach-Object {
|
||||||
Move-Item -Path $_.FullName -Destination $macosDir -Force
|
Move-Item -Path $_.FullName -Destination $macosDir -Force
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue