correct typo of pubishing and removed my from myextension

This commit is contained in:
chatasweetie
2025-11-18 16:06:45 -08:00
parent e87d1fefe6
commit ca211be443
3 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ This folder contains tools to help you prepare your CmdPal extension for publica
### Scripts ### 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 - **`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) - **`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: 2. Run the one-time setup script:
```powershell ```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: 3. Follow the prompts to enter your Microsoft Store information from Partner Center:

View File

@@ -1,7 +1,7 @@
# TEMPLATE: Extension EXE Installer Build and Release Workflow # TEMPLATE: Extension EXE Installer Build and Release Workflow
# #
# To use this template for a new extension: # 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: # 2. Update Global constants with your data:
# - GITHUB_REPO_URL with your GitHub repository URL (e.g., https://github.com/yourusername/YourRepository) # - 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) # - DISPLAY_NAME with your display name (e.g., My Extension)