From 1f1d57b69722c8e0815a3bf495db23bf4043163b Mon Sep 17 00:00:00 2001 From: Alphrag <34252790+Alphrag@users.noreply.github.com> Date: Sat, 25 Jun 2022 02:20:47 +0100 Subject: Enable windows code signing (#361) Co-authored-by: Vijay Aravamudhan --- README.md | 9 --------- 1 file changed, 9 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 87006e667..52510aa22 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,6 @@ - [Ferdium](#ferdium) - [Screenshots](#screenshots) - [Download](#download) - - [Unsigned Nightlies on MacOS](#unsigned-nightlies-on-macos) - - [Unsigned Nightlies on Windows](#unsigned-nightlies-on-windows) - [Migrating from Ferdi](#migrating-from-ferdi) - [Contributing](#contributing) - [Contributors ✨](#contributors-) @@ -54,13 +52,6 @@ Assets made available via [GitHub releases](https://github.com/ferdium/ferdium-a _Find answers to frequently asked questions on [ferdium.org/faq](https://ferdium.org/faq)._ -## Unsigned Nightlies on Windows - -Similarly to the MacOS, we do not currently have a certificate to sign the nightlies on Windows. For this reason, an error will appear when launching the setup tool or the portable app if your execution policy is not set to `Bypass` or `Unrestricted`. In order to allow the script to run, it is sufficient to right-click on the `.exe` to access its properties and to tick the box labeled `Unblock` at the bottom of the General tab. Alternatively, you could execute the following in a PowerShell: -```PowerShell -Unblock-File -Path .\Ferdium-Setup-6.0.0-nightly.xx.exe; .\Ferdium-Setup-6.0.0-nightly.xx.exe -``` - ## Migrating from Ferdi If you are a pre-existing user of Ferdi, and are thinking of switching to Ferdium, you might want to run [the following scripts](./scripts/migration) to migrate your existing Ferdi profile such that Ferdium can pick up the configurations. (.ps1 for PowerShell/Windows users and .sh for UNIX (Linux and MacOS users) -- cgit v1.2.3-54-g00ecf