Skip to content

Commit

Permalink
msi: remove unnecessary path delimiter (#607)
Browse files Browse the repository at this point in the history
The last character of `%~dp0` is `\`, so we don't need add it.
(Though it appears it does not cause any problems.)

Signed-off-by: Daijiro Fukuda <[email protected]>
Co-authored-by: Kentaro Hayashi <[email protected]>
  • Loading branch information
daipom and kenhys authored Dec 13, 2023
1 parent d6e487a commit c75754e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fluent-package/msi/assets/fluent-package-prompt.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@echo off
set "PATH=%~dp0\bin;%PATH%"
set "PATH=%~dp0bin;%PATH%"
set "PATH=%~dp0;%PATH%"
title Fluent Package Command Prompt

0 comments on commit c75754e

Please sign in to comment.