Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8f5db72

Browse files
Do not removepenimc_cor3.dll from build (#18438) (#18441)
1 parent000edb8 commit8f5db72

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

‎assets/wix/files.wxs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2778,6 +2778,9 @@
27782778
<ComponentId="cmp6DA0E2825D9646A6959358D042DBC4FE">
27792779
<FileId="fil55E2580F30F241F1AC58435689E7E1F7"KeyPath="yes"Source="$(var.ProductSourcePath)\mscordaccore_$(var.FileArchitecture)_$(var.FileArchitecture)_7.0.22.47203.dll" />
27802780
</Component>
2781+
<ComponentId="cmp96588875574749E295496861FFC1DB58">
2782+
<FileId="filF931B05A25224A188D08E09A9FDC3A58"KeyPath="yes"Source="$(var.ProductSourcePath)\PenImc_cor3.dll" />
2783+
</Component>
27812784
</DirectoryRef>
27822785
</Fragment>
27832786
<Fragment>
@@ -3666,6 +3669,7 @@
36663669
<ComponentRefId="cmp42A739F2AAC24D729DDBCAA096B8C55A" />
36673670
<ComponentRefId="cmp6986F8B66C514347A25E03DD3096B5AE" />
36683671
<ComponentRefId="cmp6DA0E2825D9646A6959358D042DBC4FE" />
3672+
<ComponentRefId="cmp96588875574749E295496861FFC1DB58" />
36693673
</ComponentGroup>
36703674
</Fragment>
36713675
</Wix>

‎build.psm1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3392,7 +3392,8 @@ function Clear-NativeDependencies
33923392

33933393
$filesToDeleteCore=@($diasymFileName)
33943394

3395-
$filesToDeleteWinDesktop=@('penimc_cor3.dll')
3395+
## Currently we do not need to remove any files from WinDesktop runtime.
3396+
$filesToDeleteWinDesktop=@()
33963397

33973398
$deps=Get-Content"$PublishFolder/pwsh.deps.json"-Raw|ConvertFrom-Json-Depth20
33983399
$targetRuntime=".NETCoreApp,Version=v7.0/$($script:Options.Runtime)"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp