Skip to content

Commit bfe8d59

Browse files
committed
Prompt Pilot is already taken
1 parent ada440e commit bfe8d59

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CI-CD.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ $source = Get-Location
1111
$parent = Split-Path $source -Parent
1212

1313
# Define the target directory path
14-
$targetFolderName = "Prompt Pilot Release"
14+
$targetFolderName = "OneClickPrompts Release"
1515
$destination = Join-Path $parent $targetFolderName
1616

1717
# Define the ZIP file path

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"manifest_version": 3,
3-
"name": "Prompt Pilot",
3+
"name": "OneClickPrompts",
44
"description": "One-Click AI Prompts into ChatGPT, Claude, Copilot, DeepSeek, Ai Studio",
55
"version": "0.0.0.8",
66

@@ -19,7 +19,7 @@
1919
"48": "icon48.png",
2020
"128": "icon128.png"
2121
},
22-
"default_title": "Prompt Pilot: Open User Interface"
22+
"default_title": "OneClickPrompts: Open User Interface"
2323
},
2424

2525
"permissions": [

0 commit comments

Comments
 (0)