summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLouie S <louie@example.com>2023-02-28 21:08:44 -0800
committerLouie S <louie@example.com>2023-02-28 21:08:44 -0800
commit38e6b4edf1e2b175d9aa1a62e531fe63dfaa5967 (patch)
tree10811cdbf171f98cfd112c166f52d62db5b63b86 /docs
parent868ff677920ea40d73afaf98aa8353927cc3ffdc (diff)
Set deb package to install desktop entry
Diffstat (limited to 'docs')
-rw-r--r--docs/README.md2
-rw-r--r--docs/windows_compile_instructions.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/README.md b/docs/README.md
index b0aae1c..923b22a 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -1,4 +1,4 @@
-![logo](../data/icon.svg)
+![logo](../data/terminal-media-launcher.svg)
## Introduction
diff --git a/docs/windows_compile_instructions.md b/docs/windows_compile_instructions.md
index baaf524..8bdb3ef 100644
--- a/docs/windows_compile_instructions.md
+++ b/docs/windows_compile_instructions.md
@@ -17,7 +17,7 @@ $ pacman -S mingw-w64-x86_64-gcc mingw-w64-x86_64-ncurses make
5. (optional) An icon can be embedded into the executable built at `src/terminal-media-launcher.exe` using the [rcedit](https://github.com/electron/rcedit) tool:
```
-$ rcedit.exe "src/terminal-media-launcher.exe" --set-icon "data/icon.ico"
+$ rcedit.exe "src/terminal-media-launcher.exe" --set-icon "data/terminal-media-launcher.ico"
```
Open File Explorer in the current directory (can be done by running `explorer .` in MSYS2 terminal) and double click the generated executable in `src/` to run the program. If your MSYS2 `/bin` is set in your system PATH (see below), then you can also follow the Unix installation instructions to install `terminal-media-launcher` on your Windows system.