1
0
Fork 0
forked from len0rd/rockbox

tools: Alter the 'voice_url' in the [release] build-info

Now it's consistent with everything else.  All old files have been renamed.

Change-Id: I5c6974fb30cc90a7aedb732d8f970800c7de74c4
This commit is contained in:
Solomon Peachy 2025-04-01 07:35:12 -04:00
parent 0b214badc8
commit 7d51b14cca

View file

@ -14,7 +14,7 @@ my $baseurl="https://download.rockbox.org";
print "[release]\n";
print "build_url=$baseurl/release/%VERSION%/rockbox-%TARGET%-%VERSION%.zip\n";
print "voice_url=$baseurl/release/%VERSION%/%TARGET%-%VERSION%-%LANGUAGE%.zip\n";
print "voice_url=$baseurl/release/%VERSION%/voice-%TARGET%-%VERSION%-%LANGUAGE%.zip\n";
print "manual_url=$baseurl/release/%VERSION%/rockbox-%TARGET%-%VERSION%%FORMAT%\n";
print "font_url=$baseurl/release/%VERSION%/rockbox-fonts-%VERSION%.zip\n";
print "source_url=$baseurl/release/%VERSION%/rockbox-source-%VERSION%.7z\n";