Skip to content

Commit

Permalink
chore: Update latest asset link
Browse files Browse the repository at this point in the history
  • Loading branch information
techman83 committed Apr 27, 2021
1 parent cc2d381 commit 902ee54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filament_scale_enhanced/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def get_update_information(self):
current=self._plugin_version,

# update method: pip
pip="https://github.com/techman83/Filament-Scale-Enhanced/releases/download/v{target_version}/Filament_Scale_Enhanced-{target_version}.tar.gz" # noqa: E501
pip="https://github.com/techman83/Filament-Scale-Enhanced/releases/latest/download/Filament_Scale_Enhanced.zip" # noqa: E501
)
)

Expand Down

0 comments on commit 902ee54

Please sign in to comment.