diff --git a/Explorer Context Menu Integration/Install_with_icon.bat b/Explorer Context Menu Integration/Install_with_icon.bat index 40354654..6fb8e3a0 100644 --- a/Explorer Context Menu Integration/Install_with_icon.bat +++ b/Explorer Context Menu Integration/Install_with_icon.bat @@ -1,9 +1,9 @@ -copy /y FluentTerminal.ico %LOCALAPPDATA%\Microsoft\WindowsApps +copy /y fluent.ico %LOCALAPPDATA%\Microsoft\WindowsApps reg add "HKCU\Software\Classes\Directory\shell\Open Fluent Terminal here\command" /d "\"%LOCALAPPDATA%\Microsoft\WindowsApps\flute.exe\" new \"%%V\"" /f -reg add "HKCU\Software\Classes\Directory\shell\Open Fluent Terminal here" /v icon /t REG_SZ /d "%LOCALAPPDATA%\Microsoft\WindowsApps\FluentTerminal.ico" /f +reg add "HKCU\Software\Classes\Directory\shell\Open Fluent Terminal here" /v icon /t REG_SZ /d "%LOCALAPPDATA%\Microsoft\WindowsApps\fluent.ico" /f reg add "HKCU\Software\Classes\Directory\Background\shell\Open Fluent Terminal here\command" /d "\"%LOCALAPPDATA%\Microsoft\WindowsApps\flute.exe\" new \"%%V\"" /f -reg add "HKCU\Software\Classes\Directory\Background\shell\Open Fluent Terminal here" /v icon /t REG_SZ /d "%LOCALAPPDATA%\Microsoft\WindowsApps\FluentTerminal.ico" /f +reg add "HKCU\Software\Classes\Directory\Background\shell\Open Fluent Terminal here" /v icon /t REG_SZ /d "%LOCALAPPDATA%\Microsoft\WindowsApps\fluent.ico" /f reg add "HKCU\Software\Classes\Drive\shell\Open Fluent Terminal here\command" /d "\"%LOCALAPPDATA%\Microsoft\WindowsApps\flute.exe\" new \"%%V\"" /f -reg add "HKCU\Software\Classes\Drive\shell\Open Fluent Terminal here" /v icon /t REG_SZ /d "%LOCALAPPDATA%\Microsoft\WindowsApps\FluentTerminal.ico" /f +reg add "HKCU\Software\Classes\Drive\shell\Open Fluent Terminal here" /v icon /t REG_SZ /d "%LOCALAPPDATA%\Microsoft\WindowsApps\fluent.ico" /f reg add "HKCU\Software\Classes\LibraryFolder\Background\shell\Open Fluent Terminal here\command" /d "\"%LOCALAPPDATA%\Microsoft\WindowsApps\flute.exe\" new \"%%V\"" /f -reg add "HKCU\Software\Classes\LibraryFolder\Background\shell\Open Fluent Terminal here" /v icon /t REG_SZ /d "%LOCALAPPDATA%\Microsoft\WindowsApps\FluentTerminal.ico" /f +reg add "HKCU\Software\Classes\LibraryFolder\Background\shell\Open Fluent Terminal here" /v icon /t REG_SZ /d "%LOCALAPPDATA%\Microsoft\WindowsApps\fluent.ico" /f diff --git a/Explorer Context Menu Integration/Uninstall.bat b/Explorer Context Menu Integration/Uninstall.bat index 7561733a..b9338984 100644 --- a/Explorer Context Menu Integration/Uninstall.bat +++ b/Explorer Context Menu Integration/Uninstall.bat @@ -2,4 +2,4 @@ reg delete "HKCU\Software\Classes\Directory\shell\Open Fluent Terminal here" /f reg delete "HKCU\Software\Classes\Directory\Background\shell\Open Fluent Terminal here" /f reg delete "HKCU\Software\Classes\Drive\shell\Open Fluent Terminal here" /f reg delete "HKCU\Software\Classes\LibraryFolder\Background\shell\Open Fluent Terminal here" /f -del %LOCALAPPDATA%\Microsoft\WindowsApps\FluentTerminal.ico +del %LOCALAPPDATA%\Microsoft\WindowsApps\fluent.ico diff --git a/Explorer Context Menu Integration/FluentTerminal.ico b/Explorer Context Menu Integration/fluent.ico similarity index 100% rename from Explorer Context Menu Integration/FluentTerminal.ico rename to Explorer Context Menu Integration/fluent.ico