aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar Alphrag <34252790+Alphrag@users.noreply.github.com>2022-06-25 02:20:47 +0100
committerLibravatar GitHub <noreply@github.com>2022-06-25 01:20:47 +0000
commit1f1d57b69722c8e0815a3bf495db23bf4043163b (patch)
tree9c0cfb561602c7edafc53188a7a3029e5ea872f6 /README.md
parentUpdate node modules (diff)
downloadferdium-app-1f1d57b69722c8e0815a3bf495db23bf4043163b.tar.gz
ferdium-app-1f1d57b69722c8e0815a3bf495db23bf4043163b.tar.zst
ferdium-app-1f1d57b69722c8e0815a3bf495db23bf4043163b.zip
Enable windows code signing (#361)
Co-authored-by: Vijay Aravamudhan <vraravam@users.noreply.github.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 0 insertions, 9 deletions
diff --git a/README.md b/README.md
index 87006e667..52510aa22 100644
--- a/README.md
+++ b/README.md
@@ -14,8 +14,6 @@
14- [Ferdium](#ferdium) 14- [Ferdium](#ferdium)
15 - [Screenshots](#screenshots) 15 - [Screenshots](#screenshots)
16 - [Download](#download) 16 - [Download](#download)
17 - [Unsigned Nightlies on MacOS](#unsigned-nightlies-on-macos)
18 - [Unsigned Nightlies on Windows](#unsigned-nightlies-on-windows)
19 - [Migrating from Ferdi](#migrating-from-ferdi) 17 - [Migrating from Ferdi](#migrating-from-ferdi)
20 - [Contributing](#contributing) 18 - [Contributing](#contributing)
21 - [Contributors ✨](#contributors-) 19 - [Contributors ✨](#contributors-)
@@ -54,13 +52,6 @@ Assets made available via [GitHub releases](https://github.com/ferdium/ferdium-a
54 52
55_Find answers to frequently asked questions on [ferdium.org/faq](https://ferdium.org/faq)._ 53_Find answers to frequently asked questions on [ferdium.org/faq](https://ferdium.org/faq)._
56 54
57## Unsigned Nightlies on Windows
58
59Similarly 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:
60```PowerShell
61Unblock-File -Path .\Ferdium-Setup-6.0.0-nightly.xx.exe; .\Ferdium-Setup-6.0.0-nightly.xx.exe
62```
63
64## Migrating from Ferdi 55## Migrating from Ferdi
65 56
66If 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) 57If 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)