Skip to content

Commit

Permalink
add additional config.
Browse files Browse the repository at this point in the history
  • Loading branch information
cricketthomas committed Jul 29, 2024
1 parent 2563fa1 commit 17d028c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
9 changes: 9 additions & 0 deletions build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,12 @@ if ($Runtime -eq "osx-x64") {
Rename-Item -Path $initialRootDir -NewName "Azure Key Vault Explorer.app" -Force

}



# //TODO create a script that can edit the appxmanifest to change settings and repack the app for msft store submission
# mpdev build .\msix.json
# Push-Location 'C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\x64\'
# .\makeappx.exe unpack /v /p "C:\repos\AzureKeyVaultExplorer\mpdev\Azure Key Vault Explorer\output\Azure Key Vault Explorer - for Azure 1.0.259.0.msix" /d "C:\repos\AzureKeyVaultExplorer\mpdev\Azure Key Vault Explorer\output\Unpacked"
# .\makeappx.exe pack /v /d "C:\repos\AzureKeyVaultExplorer\mpdev\Azure Key Vault Explorer\output\Unpacked" /p "C:\repos\AzureKeyVaultExplorer\mpdev\Azure Key Vault Explorer\output\Azure Key Vault Explorer - for Azure.msix"

16 changes: 4 additions & 12 deletions mpdev/msix.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"msix"
],
"outputDirectory": "Azure Key Vault Explorer\\output",
"packageName": "AzureKeyVaultExplorer",
"publisher": "Arthur Thomas",
"version": "1.0.0",
"packageName": "Azure Key Vault Explorer - for Azure",
"publisher": "Arthur Thomas IV",
"version": "1.0.259.0",
"platform": "x86",
"installDir": "%ProgramFiles(x86)%\\Azure Key Vault Explorer",
"icon": "AppIcon.ico",
Expand All @@ -17,15 +17,7 @@
}
],
"registries": [
{
"key": "HKEY_LOCAL_MACHINE\\SOFTWARE\\AzureKeyVaultExplorer",
"value": "This is value for default key."
},
{
"key": "HKEY_LOCAL_MACHINE\\SOFTWARE\\AzureKeyVaultExplorer",
"name": "SomeName",
"value": "Packaging should not be hard!"
}

],
"shortcuts": [
{
Expand Down

0 comments on commit 17d028c

Please sign in to comment.