diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-09-17 00:04:54 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-17 00:04:54 +1000 |
commit | 764751a82545a80688612b643ba8031f10b6c048 (patch) | |
tree | 6621ca384d5fba709febeeb27930403e96250df2 | |
parent | 090441b80aed3c7df45ff1a6d40ed56ee895ad28 (diff) |
Update README.md
[skip ci]
-rw-r--r-- | README.md | 18 |
1 files changed, 10 insertions, 8 deletions
@@ -12,18 +12,20 @@ An installer is available for Windows. otherwise, extract the client/server zip ### Nightly Builds These link directly to the latest build from the [Actions](https://github.com/OpenStarbound/OpenStarbound/actions?query=branch%3Amain) tab. -[**Windows**](https://nightly.link/OpenStarbound/OpenStarbound/workflows/build_windows/main): -[Installer](https://nightly.link/OpenStarbound/OpenStarbound/workflows/build_windows/main/OpenStarbound-Windows-Installer.zip), +**Windows** +[Installer](https://nightly.link/OpenStarbound/OpenStarbound/workflows/build/main/OpenStarbound-Windows-Installer.zip), [Client](https://nightly.link/OpenStarbound/OpenStarbound/workflows/build_windows/main/OpenStarbound-Windows-Client.zip), [Server](https://nightly.link/OpenStarbound/OpenStarbound/workflows/build_windows/main/OpenStarbound-Windows-Server.zip) -[**Linux**](https://nightly.link/OpenStarbound/OpenStarbound/workflows/build_linux/main): -[Client](https://nightly.link/OpenStarbound/OpenStarbound/workflows/build_linux/main/OpenStarbound-Linux-Client.zip), -[Server](https://nightly.link/OpenStarbound/OpenStarbound/workflows/build_linux/main/OpenStarbound-Linux-Server.zip) +**Linux** +[Client](https://nightly.link/OpenStarbound/OpenStarbound/workflows/build/main/OpenStarbound-Linux-Client.zip), +[Server](https://nightly.link/OpenStarbound/OpenStarbound/workflows/build/main/OpenStarbound-Linux-Server.zip) -[**macOS**](https://nightly.link/OpenStarbound/OpenStarbound/workflows/build_macos/main "overpriced aluminium"): -[Intel](https://nightly.link/OpenStarbound/OpenStarbound/workflows/build_macos/main/OpenStarbound-Dev-macOS-Intel.zip), -[ARM](https://nightly.link/OpenStarbound/OpenStarbound/workflows/build_macos/main/OpenStarbound-Dev-macOS-Silicon.zip) +**macOS** +[Intel](https://nightly.link/OpenStarbound/OpenStarbound/workflows/build/main/OpenStarbound-Dev-macOS-Intel.zip), +[ARM](https://nightly.link/OpenStarbound/OpenStarbound/workflows/build/main/OpenStarbound-Dev-macOS-Silicon.zip) + +[All Nightly Builds](https://nightly.link/OpenStarbound/OpenStarbound/workflows/build/main) ## Changes Note: Not every function from [StarExtensions](https://github.com/StarExtensions/StarExtensions) has been ported yet, but near-full compatibility with mods that use StarExtensions features is planned. |