Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 1.19 KB

Packaging-MSIX.md

File metadata and controls

37 lines (29 loc) · 1.19 KB

Packaging CyberDuck for MSIX

The software was packaged on Windows 10 21H2 using Microsoft MSIX Packaging Tool 1.2022.330 without the PSF.

  • If pre-configuration is needed, the PSF with FRF would be required.
  • Modification of the AppXManifest to add ExecutionAlias is recommended. This may be done manually in the manifest editor of the MMPT or button-click in TMEditX:
<Package ...>
    ...
    <Applications>
        <Application ...>
            ...
            <Extensions>
                ...
                <uap3:Extension category="windows.appExecutionAlias">
                    <uap3:AppExecutionAlias>
                        <desktop:ExecutionAlias Alias="CyberDuck.exe">
                    </uap3:AppExecutionAlias>
                </uap3:Extension>
            </Extensions>
        </Application>
        ...
    </Applications>
    ...
</Package>

Testing on Windows 10/11 indicates badge.

Contributors

Contributor Name Date
TimothyMangan April 2022