aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar Alphrag <alphrag@pm.me>2022-05-18 00:42:17 +0100
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2022-05-17 19:10:04 -0500
commit56a92b9088583d322dabf239f333230a5c0c71c2 (patch)
treeb23c5bb1001519b734deb1aadf3766670a7a0553 /README.md
parentdocs: add MagicLegend as a contributor for bug (#170) (diff)
downloadferdium-app-56a92b9088583d322dabf239f333230a5c0c71c2.tar.gz
ferdium-app-56a92b9088583d322dabf239f333230a5c0c71c2.tar.zst
ferdium-app-56a92b9088583d322dabf239f333230a5c0c71c2.zip
Docs: add note to run nightlies on Windows [ci skip]
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index a24e64058..44713e5e6 100644
--- a/README.md
+++ b/README.md
@@ -15,6 +15,7 @@
15 - [Screenshots](#screenshots) 15 - [Screenshots](#screenshots)
16 - [Download](#download) 16 - [Download](#download)
17 - [Unsigned Nightlies on MacOS](#unsigned-nightlies-on-macos) 17 - [Unsigned Nightlies on MacOS](#unsigned-nightlies-on-macos)
18 - [Unsigned Nightlies on Windows](#unsigned-nightlies-on-windows)
18 - [Migrating from Ferdi](#migrating-from-ferdi) 19 - [Migrating from Ferdi](#migrating-from-ferdi)
19 - [Contributing](#contributing) 20 - [Contributing](#contributing)
20 - [Contributors ✨](#contributors-) 21 - [Contributors ✨](#contributors-)
@@ -57,6 +58,13 @@ _Find answers to frequently asked questions on [ferdium.org/faq](https://ferdium
57 58
58Since we are waiting to acquire the Apple Developer License, we are publishing our nightlies without being signed. If you download these, and are on MacOS beyond Catalina, you will face the issue that the OS says the `dmg` is corrupted. If so, please run the command in [this comment](https://github.com/ferdium/ferdium-app/issues/34#issuecomment-1107655575) 59Since we are waiting to acquire the Apple Developer License, we are publishing our nightlies without being signed. If you download these, and are on MacOS beyond Catalina, you will face the issue that the OS says the `dmg` is corrupted. If so, please run the command in [this comment](https://github.com/ferdium/ferdium-app/issues/34#issuecomment-1107655575)
59 60
61## Unsigned Nightlies on Windows
62
63Similarly 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:
64```PowerShell
65Unblock-File -Path .\Ferdium-Setup-6.0.0-nightly.xx.exe; .\Ferdium-Setup-6.0.0-nightly.xx.exe
66```
67
60## Migrating from Ferdi 68## Migrating from Ferdi
61 69
62If 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) 70If 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)