Skip to content

Commit 78d9085

Browse files
committed
Update README.md to use GitHub releases instead of AppVeyor
1 parent 5498cf7 commit 78d9085

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# DuckStation - PlayStation 1, aka. PSX Emulator
22
**Discord Server:** https://discord.gg/Buktv3t
33

4-
**Latest Windows and Linux (AppImage) Builds:** https://ci.appveyor.com/project/stenzek/duckstation
4+
**Latest Windows and Linux (AppImage) Builds:** https://github.com/stenzek/duckstation/releases/tag/latest
55

66
**Game Compatibility List:** https://docs.google.com/spreadsheets/d/1H66MxViRjjE5f8hOl5RQmF5woS1murio2dsLn14kEqo/edit?usp=sharing
77

@@ -40,11 +40,9 @@ Other features include:
4040
- SDL-compatible game controller (e.g. XB360/XBOne)
4141

4242
## Downloading and running
43-
Prebuilt binaries of DuckStation for 64-bit Windows are available via AppVeyor CI. To download:
44-
- Go to https://ci.appveyor.com/project/stenzek/duckstation
45-
- Select "Image: Visual Studio 2019" from the Job list.
46-
- Click on the "Artifacts" Tab.
47-
- Download the "duckstation-win64-release.7z" artifact. This is a 7-Zip archive containing the prebuilt binary.
43+
Binaries of DuckStation for 64-bit Windows are available via GitHub Releases and are automatically build with every commit/push. To download:
44+
- Go to https://github.com/stenzek/duckstation/releases/tag/latest, and download the Windows x64 build. This is a 7-Zip archive containing the prebuilt binary.
45+
- Alternatively, direct download link: https://github.com/stenzek/duckstation/releases/download/latest/duckstation-windows-x64-release.7z
4846
- Extract the archive **to a subdirectory**. The archive has no root subdirectory, so extracting to the current directory will drop a bunch of files in your download directory if you do not extract to a subdirectory.
4947

5048
Once downloaded and extracted, you can launch the Qt frontend from `duckstation-qt-x64-ReleaseLTCG.exe`, or the SDL frontend from `duckstation-sdl-x64-ReleaseLTCG.exe`.
@@ -55,7 +53,7 @@ To set up:
5553

5654
**If you get an error about `vcruntime140_1.dll` being missing, you will need to update your Visual C++ runtime.** You can do that from this page: https://support.microsoft.com/en-au/help/2977003/the-latest-supported-visual-c-downloads. Specifically, you want the x64 runtime, which can be downloaded from https://aka.ms/vs/16/release/vc_redist.x64.exe.
5755

58-
Prebuilt AppImage binaries for 64-bit Linux distros are also available via AppVeyor CI, but should not be considered fully supported at the moment. Linux users are encouraged to build from source when possible.
56+
Prebuilt AppImage binaries for 64-bit Linux distros are also available via GitHub Releases, but should not be considered fully supported at the moment. Linux users are encouraged to build from source when possible.
5957

6058
PlayStation game discs do not contain title information. For game titles, we use the redump.org database cross-referenced with the game's executable code.
6159
This database can be manually downloaded and added as `cache/redump.dat`, or automatically downloaded by going into the `Game List Settings` in the Qt Frontend,

0 commit comments

Comments
 (0)