Add to-streamshare extension
Description
Screencast
Checklist
- [x] I read the extension guidelines
- [x] I read the documentation about publishing
- [x] I ran
npm run buildand tested this distribution build in Raycast - [x] I checked that files in the
assetsfolder are used by the extension itself - [x] I checked that assets used by the
READMEare placed outside of themetadatafolder
Congratulations on your new Raycast extension! :rocket:
You can expect an initial review within five business days.
Once the PR is approved and merged, the extension will be available on our Store.
I would like to replace the current version of the extension called Streamshare Uploader with this extension here.
So I need to also delete the old extension, which has a different name?
Fork the original extension, move files to the new folder 🙂
This pull request has been automatically marked as stale because it did not have any recent activity.
It will be closed if no further activity occurs in the next 7 days to keep our backlog clean 😊
Fork the original extension, move files to the new folder 🙂
No, that does not work because I changed the identifier name so it gets detected as a new extension by the ray CLI.
Can we start with a PR where we only move all files to the new directory instead? Our CI doesn't like multiple folders 🙂
Can we start with a PR where we only move all files to the new directory instead? Our CI doesn't like multiple folders 🙂
Yeah, sure, but I don't get what you mean by moving files.
If you delete your local copy and fork the updated one from store, then it should be easier to make the modifications
Yes, I tried that, but now I get this when I try to publish again.