chore: prepare to move to tauri-apps org

This commit is contained in:
amrbashir
2022-09-01 18:14:52 +02:00
parent add9aff3ea
commit 94cdabba25
4 changed files with 6 additions and 22 deletions
+4 -4
View File
@@ -1,5 +1,5 @@
{
"gitSiteUrl": "https://www.github.com/your-org/tauri-plugin-single-instance/",
"gitSiteUrl": "https://www.github.com/tauri-apps/tauri-plugin-single-instance/",
"pkgManagers": {
"rust": {
"version": true,
@@ -10,7 +10,7 @@
"dryRunCommand": true
},
{
"command": "echo \"# Cargo Publish\"",
"command": "echo '<details>\n<summary><em><h4>Cargo Publish</h4></em></summary>\n\n```'",
"dryRunCommand": true,
"pipe": true
},
@@ -25,7 +25,7 @@
"pipe": true
},
{
"command": "echo \"\\`\\`\\`\"",
"command": "echo '```\n\n</details>\n'",
"dryRunCommand": true,
"pipe": true
}
@@ -38,4 +38,4 @@
"manager": "rust"
}
}
}
}
-5
View File
@@ -1,5 +0,0 @@
---
"tauri-plugin-single-instance": "minor"
---
Initial release.