Skip to content

Commit

Permalink
fix requirements format
Browse files Browse the repository at this point in the history
  • Loading branch information
Nigh committed Oct 16, 2021
1 parent 40ec608 commit c1743be
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ Then the script would download the file and check if there is newer version. If

### `distribution.ahk`
- set `appName` to your script name, it would compile `%appName%.ahk` to `%appName%.exe`
> The **requirements** of using the `distribution.ahk` is:
; `autohotkey` in PATH
; `ahk2exe` in PATH
; `7z` in PATH
> The **requirements** of using the `distribution.ahk` is:
; `autohotkey` in PATH
; `ahk2exe` in PATH
; `7z` in PATH
; `mpress` in `ahk2exe` path

### `icon.ico`
Expand Down

0 comments on commit c1743be

Please sign in to comment.