mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33:25 +00:00
build/windows: Distribute .pdb symbols on .msix too (not only on the .appxsym)
Despite what it looks like, the .pdb on .appxsym are not stored on https://msdl.microsoft.com/download/symbols I confirmed that on WinDBG and Visual Studio Debugger.
This commit is contained in:
parent
b065425ee6
commit
96d09108d5
1 changed files with 1 additions and 1 deletions
|
@ -297,7 +297,7 @@ foreach ($bundle in $supported_archs)
|
|||
Write-Output "(INFO): making $APPXSYM"
|
||||
Get-ChildItem $msix_arch -Filter *.pdb -Recurse | Compress-Archive -DestinationPath "$APPXSYM.zip"
|
||||
Rename-Item "$APPXSYM.zip" "$APPXSYM"
|
||||
Get-ChildItem $msix_arch -Include *.pdb -Recurse -Force | Remove-Item -Recurse -Force
|
||||
#Get-ChildItem $msix_arch -Include *.pdb -Recurse -Force | Remove-Item -Recurse -Force
|
||||
}
|
||||
|
||||
## Make .msix from each msix_arch
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue