From 54cc2ccd5aab9c453507a94320b51fe72befd587 Mon Sep 17 00:00:00 2001 From: Louie S Date: Fri, 24 Feb 2023 17:23:02 -0800 Subject: Rename icon/ to data/ --- docs/windows_compile_instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/windows_compile_instructions.md') diff --git a/docs/windows_compile_instructions.md b/docs/windows_compile_instructions.md index 4421553..baaf524 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 "icon/icon.ico" +$ rcedit.exe "src/terminal-media-launcher.exe" --set-icon "data/icon.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. -- cgit