Skip to content

Commit

Permalink
Change installation directory to C:\Windows\Fonts\FaithType
Browse files Browse the repository at this point in the history
This should fix #2
  • Loading branch information
m13253 committed Sep 1, 2023
1 parent c6ab123 commit a00497a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -7,7 +7,7 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.41"
anyhow = "1.0.75"

# Optimize for size
[profile.release]
Expand Down
2 changes: 1 addition & 1 deletion scripts/Auto-Patch-Then-Install.ps1
Expand Up @@ -9,7 +9,7 @@ param (

[String]
# Path to output files.
$PatchedFontsDir = 'C:\Patched Fonts',
$PatchedFontsDir = 'C:\Windows\Fonts\FaithType',

[String]
$_Private0 = '',
Expand Down
2 changes: 1 addition & 1 deletion scripts/Manual-Batch-Patch.ps1
Expand Up @@ -11,7 +11,7 @@ param (
[String]
[Parameter(Mandatory = $true)]
# Path to output files.
$OutputDir = 'C:\Patched Fonts'
$OutputDir = 'C:\Windows\Fonts\FaithType'
)

Set-StrictMode -Version 3.0
Expand Down
2 changes: 1 addition & 1 deletion scripts/Manual-Install-Registry.ps1
Expand Up @@ -6,7 +6,7 @@ param (
[String]
[Parameter(Mandatory = $true)]
# Directory that contains already patched fonts.
$PatchedFontsDir = 'C:\Patched Fonts'
$PatchedFontsDir = 'C:\Windows\Fonts\FaithType'
)

Set-StrictMode -Version 3.0
Expand Down

0 comments on commit a00497a

Please sign in to comment.