Skip to content

Commit 6c93feb

Browse files
committed
Update the script's version to 1.0.3.
1 parent 1a09cff commit 6c93feb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

FancyScreenPatchForRecettear/Data.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
Param ()
1212

1313
[PSCustomObject] @{
14-
ScriptVersion = [Version]::new(1, 0, 2)
14+
ScriptVersion = [Version]::new(1, 0, 3)
1515
}
1616

FancyScreenPatchForRecettear/Install-FancyScreenPatchForRecettear.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6829,7 +6829,7 @@ Recettear is being patched as follows:
68296829

68306830
Preassemble 'PatchData' ($ImageBase + $VirtualAddressOfPatchData) $RawDataOffsetOfPatchData @(
68316831
'MagicHeader:16:(char[16])', $UTF8.GetBytes('FancyScreenPatch')
6832-
'HeaderVersion:4', (LittleEndian 3)
6832+
'HeaderVersion:4', (LittleEndian 4)
68336833
'HeaderReservedSpace:44', ([Byte[]]::new(44))
68346834

68356835
'PresentationFrameTiming:'

README.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Otherwise, on previous versions of Windows:: https://support.microsoft.com/topic
2828

2929
==== Step-by-step ====
3030

31-
. Download the patch's script-file, `Install-FancyScreenPatchForRecettear.bat`, from https://github.com/Unjust-Harry/FancyScreenPatchForRecettear/releases/download/v1.0.2/Install-FancyScreenPatchForRecettear.bat[https://github.com/Unjust-Harry/FancyScreenPatchForRecettear/releases/download/v1.0.2/Install-FancyScreenPatchForRecettear.bat].
31+
. Download the patch's script-file, `Install-FancyScreenPatchForRecettear.bat`, from https://github.com/Unjust-Harry/FancyScreenPatchForRecettear/releases/download/v1.0.3/Install-FancyScreenPatchForRecettear.bat[https://github.com/Unjust-Harry/FancyScreenPatchForRecettear/releases/download/v1.0.3/Install-FancyScreenPatchForRecettear.bat].
3232
. Run the downloaded script-file by double-clicking it.
3333
. Follow the instructions provided by the script.
3434

@@ -40,7 +40,7 @@ https://learn.microsoft.com/powershell/scripting/install/installing-powershell[A
4040

4141
==== Step-by-step ====
4242

43-
. Download the patch's script-file, `Install-FancyScreenPatchForRecettear.ps1`, from https://github.com/Unjust-Harry/FancyScreenPatchForRecettear/releases/download/v1.0.2/Install-FancyScreenPatchForRecettear.ps1[https://github.com/Unjust-Harry/FancyScreenPatchForRecettear/releases/download/v1.0.2/Install-FancyScreenPatchForRecettear.ps1].
43+
. Download the patch's script-file, `Install-FancyScreenPatchForRecettear.ps1`, from https://github.com/Unjust-Harry/FancyScreenPatchForRecettear/releases/download/v1.0.3/Install-FancyScreenPatchForRecettear.ps1[https://github.com/Unjust-Harry/FancyScreenPatchForRecettear/releases/download/v1.0.3/Install-FancyScreenPatchForRecettear.ps1].
4444
. Make note of the file-path of the downloaded script-file.
4545
. Open a terminal.
4646
. Open a PowerShell shell by running the command: `pwsh`.

0 commit comments

Comments
 (0)