Opened 15 years ago

Closed 15 years ago

#5880 closed defect (fixed)

URL in MythInstaller.bat must be updated

Reported by: anonymous Owned by: danielk
Priority: minor Milestone: unknown
Component: windows Version: head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

After moving the win32 build scripts, the URLs in them must be updated to reflect the new download location. Line 49 of /trunk/packaging/Win32/build/MythInstaller.bat needs to be changed from:

my $url = "http://svn.mythtv.org/svn/trunk/mythtv/contrib/Win32/build/$file";

to

my $url = "http://svn.mythtv.org/svn/trunk/packaging/Win32/build/$file";

Change History (1)

comment:1 Changed 15 years ago by Nigel

Resolution: fixed
Status: newclosed

(In [18964]) Correct build/debug script paths after [18961]. Untested. Closes #5880

Note: See TracTickets for help on using tickets.