File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -63,14 +63,13 @@ SCRIPT_UPDATE_RESPONSE="$(request \
63
63
-F " authenticity_token=$AUTH_TOKEN " \
64
64
-F " script_version[code]=" \
65
65
-F " code_upload=@$SCRIPT_FILE_PATH " \
66
- -F " script_version[attachments][]=" \
67
- -F " script_version[attachments][]=; filename=\"\" " \
68
66
-F " script_version[additional_info][0][attribute_default]=true" \
69
67
-F " script_version[additional_info][0][value_markup]=html" \
70
68
-F " script_version[additional_info][0][attribute_value]=" \
69
+ -F " script_version[attachments][]=" \
71
70
-F " script_version[changelog_markup]=html" \
72
71
-F " script_version[changelog]=" \
73
- -F " script[script_type_id ]=$GREASYFORK_SCRIPT_TYPE " \
72
+ -F " script[script_type ]=$GREASYFORK_SCRIPT_TYPE " \
74
73
-F " script[adult_content_self_report]=0" \
75
74
-F " commit=Post new version" \
76
75
" $UPDATE_URL " ) "
You can’t perform that action at this time.
0 commit comments