Skip to content

Commit 023439a

Browse files
authored
Fix automatically generated updateinformation
1 parent dc467db commit 023439a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appimagetool.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -736,7 +736,7 @@ main (int argc, char *argv[])
736736
channel = "latest";
737737
}
738738
}
739-
sprintf(buf, "gh-releases-zsync|%s|%s|%s|%s-_*-%s.AppImage.zsync", parts[0], parts[1], channel, app_name_for_filename, arch);
739+
sprintf(buf, "gh-releases-zsync|%s|%s|%s|%s*-%s.AppImage.zsync", parts[0], parts[1], channel, app_name_for_filename, arch);
740740
updateinformation = buf;
741741
printf("Guessing update information based on $TRAVIS_TAG=%s and $TRAVIS_REPO_SLUG=%s\n", travis_tag, travis_repo_slug);
742742
printf("%s\n", updateinformation);

0 commit comments

Comments
 (0)