Skip to content

Commit

Permalink
Documentation changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ekky committed Jul 2, 2024
1 parent 8503495 commit 429960a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Server/src/Web/Server/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Stats Mod Client</title>
<script src="https://cdn.tailwindcss.com"></script>
<script type="module" crossorigin src="/assets/index-34e75fd3.js"></script>
<link rel="stylesheet" href="/assets/index-26234131.css">
<script type="module" crossorigin src="/assets/index-70ebf840.js"></script>
<link rel="stylesheet" href="/assets/index-c5163341.css">
</head>
<body>
<div id="root"></div>
Expand Down
12 changes: 6 additions & 6 deletions docs/release_notes/0.1.0_test_b.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Release Notes for v0.1.0_test_b
# Release Notes for v0.1.0B

Please find below instructions for a fresh installation, or an upgrade path from a previous version.

### Mod Version / SPT Version
v0.1.0_test_b / v3.8.x
v0.1.0B / v3.8.x

### Virus Total Scan
- `raid_review__0.1.0_test_b_windows`
- `raid_review__0.1.0_test_b_linux`
- `raid_review__0.1.0B_windows`
- `raid_review__0.1.0B_linux`

---

Expand All @@ -30,7 +30,7 @@ v0.1.0_test_b / v3.8.x

### Upgrading from v0.0.x

v0.1.0_test_b is installed as a **new** set of folders/files:
v0.1.0B is installed as a **new** set of folders/files:

> Please ensure `Step 2` is followed, there are significant changes here, OLD CONFIG FILES WILL NOT WORK.
> Please ensure `Step 3` is followed, if you wish to keep previous raid data.
Expand All @@ -39,7 +39,7 @@ v0.1.0_test_b is installed as a **new** set of folders/files:
2. Review `config.json`, and adjust settings to your liking.
3. Delete file `RAID_REVIEW__0.0.x.dll` from the `\BepInEx\plugins` directory.
4. Delete file old RAID REVIEW `.cfg` from the `\BepInEx\config` directory.
5. Copy the `data` folder from `\user\mods\raid_review__0.0.x\data` to `\user\mods\raid_review__0.1.0b\`
5. Copy the `data` folder from `\user\mods\raid_review__0.0.x\data` to `\user\mods\raid_review__0.1.0B\`
6. Delete the old mod folder `\user\mods\raid_review__0.0.x` completely
7. Launch SPT Server

Expand Down

0 comments on commit 429960a

Please sign in to comment.