Skip to content

Commit

Permalink
docs: add note for case sensitivity (#3434)
Browse files Browse the repository at this point in the history
  • Loading branch information
iBotPeaches committed Dec 4, 2023
1 parent cb8606e commit f48856c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/install.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ A minimum of [Java 8](https://www.java.com/en/download/) is required to run Apkt

### Windows

:::info
As Windows is case-insensitive please [adjust case sensitivity](https://learn.microsoft.com/en-us/windows/wsl/case-sensitivity) for correct operation.
:::

1. Download the Windows [wrapper script](https://raw.githubusercontent.com/iBotPeaches/Apktool/master/scripts/windows/apktool.bat). (Right click, Save Link As `apktool.bat`)
2. Download the [latest version](https://bitbucket.org/iBotPeaches/apktool/downloads) of Apktool.
3. Rename downloaded jar to `apktool.jar`.
Expand Down

0 comments on commit f48856c

Please sign in to comment.