Skip to content

Commit f7ab42e

Browse files
committed
README: replace appveyor links to github-actions
1 parent 656c84e commit f7ab42e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The goal of this project is to make a feature-complete Gothic game client, compa
1111
![Screenshoot](scr0.png)
1212

1313
#### Work in progress
14-
[![Build status](https://img.shields.io/github/actions/workflow/status/Try/OpenGothic/build.yml?branch=master)](https://github.com/Try/OpenGothic/actions?query=build.ymlhttps://github.com/Try/OpenGothic/actions?query=build.yml?query=branch%3Amaster)
14+
[![Build status](https://img.shields.io/github/actions/workflow/status/Try/OpenGothic/build.yml?branch=master)](https://github.com/Try/OpenGothic/actions?query=build.yml?query=branch%3Amaster)
1515

1616

1717
Development is focused on Gothic 2 and new features are not tested for compatibility with Gothic 1. While Gothic 1 is not officially supported, pull requests that fix Gothic 1 — and general — bugs are welcome.
@@ -37,7 +37,7 @@ Supported systems are:
3737
* "C:\Program Files (x86)\Steam\steamapps\common\Gothic II"
3838
2. Download OpenGothic and extract it into a folder of your choice. Available options are:
3939
* A [Pre-Release](https://github.com/Try/opengothic/releases/latest) (recommended)
40-
* Alternatively a recent test build from [CI](https://ci.appveyor.com/project/Try/opengothic/history?branch=master)
40+
* Alternatively a recent test build from [CI](https://github.com/Try/OpenGothic/actions?query=build.yml?query=branch%3Amaster)
4141
3. Run `Gothic2Notr.exe`.
4242

4343
If nothing happens, check `log.txt` and look for the line `invalid gothic path`. In this case OpenGothic fails to find your Gothic installation and you have to explicitly specify its location via `-g` parameter. Either you create a shortcut to `Gothic2Notr.exe` and change the target line in Properties to e.g.
@@ -51,7 +51,7 @@ Supported systems are:
5151
2. Install OpenGothic using one of these options:
5252
* **Debian/Ubuntu**: Download the `.deb` package from [Releases](https://github.com/Try/opengothic/releases/latest) and install with `sudo dpkg -i opengothic_*.deb`
5353
* **Arch**: Install from [AUR](https://aur.archlinux.org/packages/opengothic)
54-
* **Other distros**: Download the portable build from [CI](https://ci.appveyor.com/project/Try/opengothic/history?branch=master) or build manually
54+
* **Other distros**: Download the portable build from [CI](https://github.com/Try/OpenGothic/actions?query=build.yml?query=branch%3Amaster) or build manually
5555

5656
3. Run `Gothic2Notr -g "~/PlayOnLinux's virtual drives/Gothic2_gog/drive_c/Gothic II"` (example path, use the path to your Gothic 2 installation instead)
5757

@@ -64,7 +64,7 @@ Supported systems are:
6464
### MacOS
6565
1. If not already done, install Gothic 2. Instructions on how to obtain the game files can be found [here](https://macsourceports.com/faq#getgamedata). OpenGothic comes with automatic path detection if your Gothic files are in `"~/Library/Application Support/OpenGothic"`.
6666
2. Download a build from [Mac Source Ports](https://macsourceports.com/game/gothic2) and follow the installation instructions given there.
67-
Alternatively, recent test builds are available from [CI](https://ci.appveyor.com/project/Try/opengothic/history?branch=master) and can be extracted into a folder of your choice. You can compile a fresh build as well.
67+
Alternatively, recent test builds are available from [CI](https://github.com/Try/OpenGothic/actions?query=build.yml?query=branch%3Amaster) and can be extracted into a folder of your choice. You can compile a fresh build as well.
6868
3. Run `Gothic2Notr.sh`
6969

7070
If OpenGothic fails to find your Gothic 2 files, you have to explicitly specify its location via `-g` parameter.

0 commit comments

Comments
 (0)