.msixbundle
ici.msixbundle
Add-AppxPackage <nom du fichier>
Pour ajouter Git Bash dedans, aller dans les paramètres, puis Open JSON file.
Dans la partie profiles/list
, ajouter :
{
"commandline": "%PROGRAMFILES%/git/usr/bin/bash.exe -i -l",
"guid": "{00000000-0000-0000-ba54-000000000002}",
"hidden": false,
"icon": "%PROGRAMFILES%/Git/mingw64/share/git/git-for-windows.ico",
"name": "Git Bash"
}