Skip to content

Windows PowerShell install script places file in wrong directory (?) #10

@Terafugia

Description

@Terafugia

The PowerShell script contained in the Windows install instructions lists 'LOCALAPPDATA\mpv\scripts' as the install location for the 'mpvSockets.lua' file.

The correct location is 'APPDATA\mpv\scripts'. Therefore, the PowerShell install script should be;

Invoke-WebRequest -OutFile "$env:APPDATA\mpv\scripts\mpvSockets.lua" "https://raw.githubusercontent.com/wis/mpvSockets/master/mpvSockets.lua"

Easy fix.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions