Skip to content

Commit

Permalink
docs: revert path to executable on windows in docs until final
Browse files Browse the repository at this point in the history
  • Loading branch information
dynobo committed Oct 8, 2023
1 parent 740542f commit f05a782
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ body:
1. Open a terminal/command prompt.
2. Run the command according to your NormCap installation method:
- Python package: `normcap -v debug`
- MSI installer: `%LOCALAPPDATA%\Programs\NormCap\NormCap.exe -v debug`
- MSI installer: `%LOCALAPPDATA%\Programs\dynobo\NormCap\NormCap.exe -v debug`
- DMG installer: `/Applications/NormCap.app/Contents/MacOS/NormCap -v debug`
- AppImage: `./NormCap-{version}-x86_64.AppImage -v debug`
- Flatpak: `flatpak run --command=normcap com.github.dynobo.normcap -v debug`
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ <h4>General</h4>
<li>
<strong>On Windows (MSI):</strong><br />
<p>
<code>%LOCALAPPDATA%\Programs\NormCap\NormCap.exe</code>
<code>%LOCALAPPDATA%\Programs\dynobo\NormCap\NormCap.exe</code>
</p>
</li>
<li>
Expand Down

0 comments on commit f05a782

Please sign in to comment.