Skip to content

Commit

Permalink
update to v1.16.10231.0 (#14)
Browse files Browse the repository at this point in the history
* update to v1.16.10231.0, remove old workflow

* remove XamlHost, Appx manifests

Co-authored-by: Marc-André Moreau <[email protected]>
  • Loading branch information
awakecoding and Marc-André Moreau authored Jan 25, 2023
1 parent 3b69224 commit d3a8614
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 60 deletions.
54 changes: 0 additions & 54 deletions .github/workflows/dependencies.yml

This file was deleted.

5 changes: 3 additions & 2 deletions .github/workflows/windows-terminal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on:
inputs:
git_ref:
description: 'upstream git ref'
default: "v1.16.3463.0"
default: "v1.16.10231.0"
required: true
version:
description: 'build version'
default: "1.16.3463.0"
default: "1.16.10231.0"
required: true

jobs:
Expand Down Expand Up @@ -98,6 +98,7 @@ jobs:
Remove-Item ".\output\${PackageName}" -Recurse -ErrorAction SilentlyContinue
New-Item ".\output\${PackageName}" -Type Directory -Force | Out-Null
& makeappx unpack /v /o /p $MsixPackage.FullName /d ".\output\${PackageName}"
Remove-Item ".\output\${PackageName}\Appx*.xml" -Force
Remove-Item ".\output\${PackageName}\Images" -Recurse
Compress-Archive ".\output\${PackageName}\*" -DestinationPath "C:\workspace\${PackageName}.zip" -CompressionLevel Optimal
Expand Down
4 changes: 0 additions & 4 deletions installer/WindowsTerminal.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,9 @@
<File Source="$(var.WTDir)\Microsoft.Terminal.Settings.Model.winmd"></File>
<File Source="$(var.WTDir)\Microsoft.UI.Xaml.dll"></File>
<File Source="$(var.WTDir)\Microsoft.UI.Xaml.winmd"></File>
<File Source="$(var.WTDir)\Microsoft.Toolkit.Win32.UI.XamlHost.dll"></File>
<File Source="$(var.WTDir)\Microsoft.Toolkit.Win32.UI.XamlHost.winmd"></File>
<File Source="$(var.WTDir)\defaults.json"></File>
<File Source="$(var.WTDir)\resources.pri"></File>
<File Source="$(var.WTDir)\NOTICE.html"></File>
<File Source="$(var.WTDir)\AppxManifest.xml"></File>
<File Source="$(var.WTDir)\AppxBlockMap.xml"></File>
</Component>
<Component Guid="e6896119-c022-4203-85a0-bd71b801f3fb">
<File Source="$(var.WTDir)\WindowsTerminalShellExt.dll"></File>
Expand Down

0 comments on commit d3a8614

Please sign in to comment.