File tree 4 files changed +7
-5
lines changed
4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 30
30
with :
31
31
repo_token : " ${{ secrets.GITHUB_TOKEN }}"
32
32
prerelease : false
33
+ draft : false
33
34
files : |
34
35
LICENSE.txt
35
36
dist/*.tar.gz
Original file line number Diff line number Diff line change @@ -60,6 +60,7 @@ def check_weight(self):
60
60
self ._plugin_manager .send_plugin_message (self ._identifier , v )
61
61
self .hx .power_down ()
62
62
63
+ # pylint: disable=line-too-long
63
64
def get_update_information (self ):
64
65
# Define the configuration for your plugin to use with the
65
66
# Software Update Plugin here.
@@ -72,12 +73,12 @@ def get_update_information(self):
72
73
73
74
# version check: github repository
74
75
type = "github_release" ,
75
- user = "dieki-n " ,
76
- repo = "OctoPrint- Filament-scale " ,
76
+ user = "techman83 " ,
77
+ repo = "Filament-Scale-Enhanced " ,
77
78
current = self ._plugin_version ,
78
79
79
80
# update method: pip
80
- pip = "https://github.com/dieki-n/OctoPrint- Filament-scale/archive/ {target_version}.zip"
81
+ pip = "https://github.com/techman83/ Filament-Scale-Enhanced/releases/download/v {target_version}/Filament_Scale_Enhanced-{target_version}.tar.gz" # noqa: E501
81
82
)
82
83
)
83
84
Original file line number Diff line number Diff line change 1
- VERSION = "0.2.1 "
1
+ VERSION = "0.2.2 "
Original file line number Diff line number Diff line change 15
15
import sys
16
16
sys .exit (- 1 )
17
17
18
- plugin_identifier = "filament_scale_enhanced "
18
+ plugin_identifier = "filament_scale "
19
19
plugin_package = "filament_scale_enhanced"
20
20
plugin_name = "Filament Scale Enhanced"
21
21
plugin_version = __version__
You can’t perform that action at this time.
0 commit comments