From 54b402f9a27a759c198f19cc1ac9367ed9cf96b0 Mon Sep 17 00:00:00 2001 From: JohnnyRevay <65253638+jan-revay@users.noreply.github.com> Date: Fri, 27 Dec 2024 20:49:22 +0100 Subject: [PATCH] Windows - packages: Add ImHex --- Windows_1X/packages_install.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/Windows_1X/packages_install.ps1 b/Windows_1X/packages_install.ps1 index c53d4c6c6..67f07de78 100644 --- a/Windows_1X/packages_install.ps1 +++ b/Windows_1X/packages_install.ps1 @@ -87,6 +87,7 @@ $WINGET_PACKAGES = @( 'Neovim.Neovim' 'Helix.Helix' 'Notepad++.Notepad++' + 'WerWolv.ImHex' # Terminal emulators 'Alacritty.Alacritty'