Skip to content

Commit

Permalink
アップデータ修正
Browse files Browse the repository at this point in the history
  • Loading branch information
hrk-fujii committed Feb 23, 2024
1 parent 8dd9e27 commit 5f9a7f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions addon/globalPlugins/USB-D/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

curAddon = addonHandler.Addon(addonRootDir)
addonName = curAddon.manifest["name"]
addonKeyword = "USB-D"
addonSummary = curAddon.manifest["summary"]
addonVersion = curAddon.manifest["version"]
addonDocFileName = curAddon.manifest["docFileName"]
Expand Down
2 changes: 1 addition & 1 deletion addon/globalPlugins/USB-D/updater.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def __init__(self, mode, version=addonVersion):
def check_update(self):
"""Called as the thread entry point."""
post_params = {
"name": addonName,
"name": addonKeyword,
"version": addonVersion,
"updater_version": "1.0.0",
}
Expand Down

0 comments on commit 5f9a7f9

Please sign in to comment.