allmark icon indicating copy to clipboard operation
allmark copied to clipboard

The windows platform downloads "dont work"

Open StingyJack opened this issue 8 years ago • 1 comments

Clicking on the link downloads the file "allmark_windows_amd64" without extension, but 7zip can view the contents.

Running the powershell command from the main page nets a connection error.

PS C:\temp\allmark> Invoke-WebRequest https://allmark.io/bin/windows_amd64/allmark.exe -OutFile allmark.exe
Invoke-WebRequest : The underlying connection was closed: An unexpected error occurred on a send.
At line:1 char:1
+ Invoke-WebRequest https://allmark.io/bin/windows_amd64/allmark.exe -O ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (System.Net.HttpWebRequest:HttpWebRequest) [Invoke-WebRequest], WebExc
   eption
    + FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShell.Commands.InvokeWebRequestCommand

if I add ".exe" to the file it appears to be what I want, but the directions may need a bit of touchup.

StingyJack avatar Mar 18 '17 18:03 StingyJack

Confirm same problem. https://allmark.io/bin/windows_amd64/allmark.exe was not found.

ve3 avatar Nov 24 '19 06:11 ve3