Doppler don't work on windows

Hi, I installed doppler on windows with scoop but when I try run nothing happened

I try running on powershell and return this error:

Program 'doppler.exe' failed to run: The specified executable is not a valid application for this OS platform.At 
C:\Users\osiri\scoop\shims\doppler.ps1:3 char:69
+ ... n.expectingInput) { $input | & $path  @args } else { & $path  @args }
+                                                          ~~~~~~~~~~~~~~.
At C:\Users\osiri\scoop\shims\doppler.ps1:3 char:69
+ ... n.expectingInput) { $input | & $path  @args } else { & $path  @args }
+                                                          ~~~~~~~~~~~~~~
    + CategoryInfo          : ResourceUnavailable: (:) [], ApplicationFailedException
    + FullyQualifiedErrorId : NativeCommandFailed

SO:
Windows 10.0.19042
GitBash
PowerShell

Hi @OsirisFrik,

I’m able to reproduce with a fresh install. I’ll investigate and reply back shortly.

While we’re investigating, you can work around this by directly downloading the latest release from GitHub then unzip doppler.exe and replace the existing doppler.exe in the C:\Users\osiri\scoop\apps\doppler\current folder.

Perfect, it work!! :tada:

Thank you!

Hi @OsirisFrik,

Just a heads up that we’ve released 3.24.4 which includes the fix to the issue you were seeing.