mirror of
https://github.com/mii443/AzooKeyKanaKanjiConverter.git
synced 2025-08-22 23:15:25 +00:00
fix: Windows用のワークアラウンド (https://github.com/azooKey/AzooKeyKanaKanjiConverter/pull/122) を削除 (#154)
Swiftのアップデートで挙動が修正されたため
This commit is contained in:
@ -15,9 +15,6 @@ import EfficientNGram
|
||||
// this is not percent-encoded
|
||||
self.zenzContext = try ZenzContext.createContext(path: resourceURL.path)
|
||||
}
|
||||
#elseif canImport(WinSDK)
|
||||
// remove first "/" from path (for windows)
|
||||
self.zenzContext = try ZenzContext.createContext(path: String(resourceURL.path.dropFirst()))
|
||||
#else
|
||||
// this is not percent-encoded
|
||||
self.zenzContext = try ZenzContext.createContext(path: resourceURL.path)
|
||||
|
Reference in New Issue
Block a user