Skip to content

Commit

Permalink
added quotes in the icon copy line (first line) (#897)
Browse files Browse the repository at this point in the history
The icon does not copy when you have a path with blanks.
  • Loading branch information
J04n5mith authored Mar 6, 2021
1 parent f9860ae commit ebccdc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Explorer Context Menu Integration/Install_with_icon.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
copy /y FluentTerminal.ico %LOCALAPPDATA%\Microsoft\WindowsApps
copy /y FluentTerminal.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\Background\shell\Open Fluent Terminal here\command" /d "\"%LOCALAPPDATA%\Microsoft\WindowsApps\flute.exe\" new \"%%V\"" /f
Expand Down

0 comments on commit ebccdc0

Please sign in to comment.