allmark
allmark copied to clipboard
The windows platform downloads "dont work"
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.
Confirm same problem. https://allmark.io/bin/windows_amd64/allmark.exe was not found.