-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e917972
commit 2449ae7
Showing
1 changed file
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,10 @@ | ||
# deckboard-extensions | ||
Deckboard extensions repository | ||
|
||
|
||
# How to add your extensions | ||
|
||
- In your repository, create a new release that includes an .asar file for you extension ([example](https://github.com/rivafarabi/deckboard-power-control/releases/tag/v1.0.3)) | ||
- Create a pull request which includes a yml file. This yml provided the details of the extension ([example](https://github.com/rivafarabi/deckboard-extensions/blob/master/extensions/power-control.yml)) | ||
- Make sure the package name in the yml file and the name of the released asar file are the same. | ||
- If you create a new version, you will also need to create another pull request with the updated yml file that includes new version of the extension |