-
Notifications
You must be signed in to change notification settings - Fork 263
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows installation issues #440
Comments
Hi @int-2147483647, Thanks so much for trying Atlas and reaching out! We are actively working on fixing code signing so the onboarding process doesn't have this kind of friction. |
@int-2147483647 Hi, do you have any recommendations for the distribution of the CLI in windows? I looked at https://scoop.sh/, and some CLI's are distributed as MSI. Do you have some experience with creating such releases? I would like to hear your thoughts. |
Hi, @yonidavidson
If a "Publisher Registration" is still necessary to avoid the Defender warnings, then I suppose these steps are required: https://docs.microsoft.com/en-us/azure/active-directory/develop/mark-app-as-publisher-verified |
Thanks, @int-2147483647 for your great insights. |
@yonidavidson I just realized that you can also use Powershell. But it is important that the |
Hey, closing this as you found a solution. |
Hi,
First of all, great project. Excited to see where it goes.
My issues with the Windows installation:
curl -LO https://release.ariga.io/atlas/atlas-windows-amd64-v0.3.0.exe
on Windows 10 and higher does not work becausecurl
is an alias to PowerShell'sInvoke-WebRequest
cmdlet and it doesn't have the-L
flag.https://release.ariga.io/atlas/atlas-windows-amd64-v0.3.0.exe
directly causes multiple Defender warnings. Attached screenshot of the last warning.Thanks,
The text was updated successfully, but these errors were encountered: