mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2025-06-18 22:45:31 -04:00
Casing
This commit is contained in:
parent
ff7cd92192
commit
e7bd210d03
@ -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…
Reference in New Issue
Block a user