Modify ↓
Ticket #5880 (closed defect: fixed)
Opened 4 years ago
Last modified 4 years ago
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";
Attachments
Change History
comment:1 Changed 4 years ago by nigel
- Status changed from new to closed
- Resolution set to fixed
Note: See
TracTickets for help on using
tickets.

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