summaryrefslogtreecommitdiff
path: root/defaults
diff options
context:
space:
mode:
authorTrainDoctor <traindoctor@protonmail.com>2022-07-18 16:15:20 -0700
committerTrainDoctor <traindoctor@protonmail.com>2022-07-18 16:15:20 -0700
commit6639643077cbc49007afc215c7cb3a5e6a866fb0 (patch)
tree549ee4040260ae31adb4e9b107fe12b7280a17db /defaults
parentda3a4183cabff6bdc382e3946ddb45ef252dbd0b (diff)
downloaddecky-bazzite-buddy-6639643077cbc49007afc215c7cb3a5e6a866fb0.tar.gz
decky-bazzite-buddy-6639643077cbc49007afc215c7cb3a5e6a866fb0.zip
Add defaults folder to template
Diffstat (limited to 'defaults')
-rw-r--r--defaults/defaults.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/defaults/defaults.txt b/defaults/defaults.txt
new file mode 100644
index 0000000..ebf140b
--- /dev/null
+++ b/defaults/defaults.txt
@@ -0,0 +1,13 @@
+If you have plain-text json configs, theme templates, or templates for usage for your plugin of any description you should have those files be in here.
+Those files will be pulled into the zip during the build process and included with the upload. Example: CssLoader with it's themes in "default/themes" would have the "themes" folder will be added alongside with the dist folder, main.py, LICENSE and README files in the subfolder of the zip containing the plugin.
+Files can also be put in here such as a config, just keep in mind that they this directory cannot be utilized to put files in arbitrary locations, just within the extracted root folder of the plugin, ex: CssLoader has "defaults/themes/..." setup in it's repo, but when packaged to go to the store, the file structure will be:
+
+- LICENSE
+- README
+- dist
+ - index.js
+- main.py
+- package.json
+- plugin.json
+- themes
+ - exampletheme.css \ No newline at end of file