Skip to content

Commit

Permalink
msi: fix wrong env path for Fluent Package Prompt
Browse files Browse the repository at this point in the history
Signed-off-by: Daijiro Fukuda <[email protected]>
  • Loading branch information
daipom committed Dec 12, 2023
1 parent c3463c8 commit dcae05e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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="%~dp0";%PATH%
set "PATH=%~dp0\bin;%PATH%"
set "PATH=%~dp0;%PATH%"
title Fluent Package Command Prompt

0 comments on commit dcae05e

Please sign in to comment.