YehudaKremer / msix

Create Msix installer for flutter windows-build files.
https://pub.dev/packages/msix
MIT License
279 stars 69 forks source link

runFullTrust configuration #264

Closed muhsintr closed 5 months ago

muhsintr commented 6 months ago

:speech_balloon: Description

There is a restriction when uploading the MSIX file to Microsoft Store saying runFullTrust is requested and demands a description to be shown to users and requires approval. It would be great if an option would be added to cover it. There may be some impossibility due to win32 nature of Flutter Windows builds. I'm not sure about it. As I saw in source codes the "runFullTrust" capability will be added in any condition to the MSIX config file. The first idea is to remove it by an option.

:question: Platform

Windows

YehudaKremer commented 6 months ago

https://github.com/YehudaKremer/msix/issues/110

mln0007 commented 1 week ago

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>

PerMonitorV2

This is my runner.exe.manifest file so where in the file should I add capabilities? And how to add (if description to be added)