summaryrefslogtreecommitdiff
path: root/defaults
diff options
context:
space:
mode:
authorKurt Himebauch <136133082+xXJSONDeruloXx@users.noreply.github.com>2025-10-21 12:06:57 -0400
committerGitHub <noreply@github.com>2025-10-21 12:06:57 -0400
commit4f7557a84be323392e00f51194e7b70b35512277 (patch)
tree12ff6e936470801b18f2ab39836b941be794cb05 /defaults
parentbd2fdea07cde9aaac77047aa4a7d406c39e5a56e (diff)
parentec37b86c5d4a6371804e71e7863df6a71c756db3 (diff)
downloaddecky-lsfg-vk-4f7557a84be323392e00f51194e7b70b35512277.tar.gz
decky-lsfg-vk-4f7557a84be323392e00f51194e7b70b35512277.zip
Merge pull request #189 from xXJSONDeruloXx/store-cleanup-2
Store cleanup 2
Diffstat (limited to 'defaults')
-rw-r--r--defaults/defaults.txt13
1 files changed, 0 insertions, 13 deletions
diff --git a/defaults/defaults.txt b/defaults/defaults.txt
deleted file mode 100644
index ebf140b..0000000
--- a/defaults/defaults.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-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