Skip to content

Commit

Permalink
workaround Avalonia 0.10.0-preview6 packaging issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Yatao Li committed Oct 31, 2020
1 parent d8ff823 commit 1b1d888
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pack.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ foreach($i in $plat) {
if ($i -eq "win-x64") {
# replace the coreclr hosting exe with an icon-patched one
Copy-Item lib/fvim-win10.exe bin/Release/netcoreapp3.1/$i/publish/FVim.exe
# Avalonia 0.10.0-preview6 fix: manually copy ANGLE from win7-x64
Copy-Item ~/.nuget/packages/avalonia.angle.windows.natives/2.1.0.2020091801/runtimes/win7-x64/native/av_libglesv2.dll bin/Release/netcoreapp3.1/$i/publish/
} elseif ($i -eq "win7-x64") {
Copy-Item lib/fvim-win7.exe bin/Release/netcoreapp3.1/$i/publish/FVim.exe
}
Expand Down

0 comments on commit 1b1d888

Please sign in to comment.