Skip to content

Commit

Permalink
微修正
Browse files Browse the repository at this point in the history
  • Loading branch information
MORIMORI0317 committed Feb 18, 2024
1 parent 1774e11 commit c22f541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate/scripts/generator.main.kts
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ fun packNameSpaceFile(nameSpace: String, path: Path): File {
* Minecraftクライアントリソースのassets/minecraft以下から相対的なファイルを取得
*/
fun mcResSpaceFile(path: Path): File {
val nameSpaceFile = File(mcResFolder, "assets\\minecraft")
val nameSpaceFile = File(mcResFolder, "assets/minecraft")
return nameSpaceFile.toPath().resolve(path).toFile()
}

Expand Down

0 comments on commit c22f541

Please sign in to comment.