Skip to content

Commit

Permalink
fix: re-add the plugin-updater.json to the .zip
Browse files Browse the repository at this point in the history
  • Loading branch information
myyk committed May 1, 2024
1 parent 9718060 commit 66cc8d0
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 19 deletions.
23 changes: 4 additions & 19 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,7 @@
* text=auto eol=lf

# Only include the addons folder when downloading from the Asset Library.
.gdlintrc export-ignore
.gitattributes export-ignore
.github/ export-ignore
.gitignore export-ignore
.runsettings export-ignore
.runsettings-ci export-ignore
CREDITS.md export-ignore
LICENSE export-ignore
README.md export-ignore
icon.jpg export-ignore
icon.jpg.import export-ignore
example export-ignore
plugin-updater.json export-ignore
project.godot export-ignore
scripts/ export-ignore
test/ export-ignore

addons/gdUnit4 export-ignore
addons/plugin_updater export-ignore
/** export-ignore
/addons !export-ignore
/addons/playlists !export-ignore
/addons/playlists/** !export-ignore
6 changes: 6 additions & 0 deletions addons/plugin_updater/core/plugin-updater.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"plugin_name": "plugin_updater",
"secs_before_check_for_update": 5,
"github_repo": "myyk/godot-plugin-updater",
"editor_plugin_meta": "PluginUpdaterEditorPlugin"
}
6 changes: 6 additions & 0 deletions addons/plugin_updater/generated/updater/plugin-updater.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"plugin_name": "plugin_updater",
"secs_before_check_for_update": 5,
"github_repo": "myyk/godot-plugin-updater",
"editor_plugin_meta": "PluginUpdaterEditorPlugin"
}

0 comments on commit 66cc8d0

Please sign in to comment.