mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 03:37:59 +01:00
correct typo of pubishing and removed my from myextension
This commit is contained in:
@@ -6,7 +6,7 @@ This folder contains tools to help you prepare your CmdPal extension for publica
|
||||
|
||||
### Scripts
|
||||
|
||||
- **`one-time-store-pubishing-setup.ps1`** - Configure your project for Microsoft Store publishing (run once)
|
||||
- **`one-time-store-publishing-setup.ps1`** - Configure your project for Microsoft Store publishing (run once)
|
||||
- **`build-msix-bundles.ps1`** - Build MSIX packages and create bundles for Store submission
|
||||
- **`one-time-winget-publishing-setup.ps1`** - Configure your project for WinGet publishing (run once)
|
||||
|
||||
@@ -32,7 +32,7 @@ This folder contains tools to help you prepare your CmdPal extension for publica
|
||||
2. Run the one-time setup script:
|
||||
|
||||
```powershell
|
||||
.\one-time-store-pubishing-setup.ps1
|
||||
.\one-time-store-publishing-setup.ps1
|
||||
```
|
||||
|
||||
3. Follow the prompts to enter your Microsoft Store information from Partner Center:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# TEMPLATE: Extension EXE Installer Build and Release Workflow
|
||||
#
|
||||
# To use this template for a new extension:
|
||||
# 1. Copy this file to a new workflow file (e.g., release-myextension-exe.yml)
|
||||
# 1. Copy this file to a new workflow file (e.g., release-extension-exe.yml)
|
||||
# 2. Update Global constants with your data:
|
||||
# - GITHUB_REPO_URL with your GitHub repository URL (e.g., https://github.com/yourusername/YourRepository)
|
||||
# - DISPLAY_NAME with your display name (e.g., My Extension)
|
||||
|
||||
Reference in New Issue
Block a user