From f282b456247ffbe5259e112d44a1b18755d5742e Mon Sep 17 00:00:00 2001 From: Pavel Stsefanovich Date: Mon, 20 Dec 2021 22:29:52 -0600 Subject: [PATCH] Added psgallery notes --- references/psgallery.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 references/psgallery.txt diff --git a/references/psgallery.txt b/references/psgallery.txt new file mode 100644 index 0000000..dbfccae --- /dev/null +++ b/references/psgallery.txt @@ -0,0 +1,17 @@ + + +########## Get favicon permalink from GitHub + +1. Select file in GitHub UI: + https://github.com/PavelStsefanovich/lib_powershell/blob/main/modules/WinRegistry/favicon.ico + +2. Click three dots "..." -> Copy permalink -> paste into notepad: + https://github.com/PavelStsefanovich/lib_powershell/blob/106d83e3abc7d9df7add61e548140ae78b995f9b/modules/WinRegistry/favicon.ico + +3. Click "View raw" -> copy URL from the adress bar -> paste into notepad: + https://raw.githubusercontent.com/PavelStsefanovich/lib_powershell/main/modules/WinRegistry/favicon.ico + +4. Combine the two URL to construct URL in the form: + https://raw.githubusercontent.com/PavelStsefanovich/lib_powershell/106d83e3abc7d9df7add61e548140ae78b995f9b/modules/WinRegistry/favicon.ico + +5. Use this link as "IconUri" in a module manifest (.psd1).