Skip to content

Commit

Permalink
misc: '@' is allowed for both ext4 and ntfs
Browse files Browse the repository at this point in the history
  • Loading branch information
MATRIX-feather committed Oct 12, 2024
1 parent 784ae29 commit 6e5a880
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ public int getPackageVersion()
public String getPath(String key)
{
return key.replace(":", "/")
.replace("@", "$")
.replaceAll("[^a-zA-Z0-9\\-]]", "_");
}

Expand Down

0 comments on commit 6e5a880

Please sign in to comment.