Skip to content

Commit

Permalink
Fix gitattributes (#4)
Browse files Browse the repository at this point in the history
* fix: re-add the plugin-updater.json to the .zip

* chore: upgrade plugin_updater 1.1.2 -> 1.1.3
  • Loading branch information
myyk authored May 1, 2024
1 parent 9718060 commit bec1112
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 20 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"
}
2 changes: 1 addition & 1 deletion addons/plugin_updater/plugin.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
name="plugin_updater"
description="A plugin for plugin makers to give their plugins an easy in-editor updating."
author="myyk"
version="1.1.2"
version="1.1.3"
script="plugin_updater.gd"

0 comments on commit bec1112

Please sign in to comment.