Skip to content

Commit 6e92a4f

Browse files
committed
updated installer to generate composer.bat properly
1 parent 7194651 commit 6e92a4f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ComposerExtension.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata>
44
<id>ComposerExtension</id>
55
<title>Composer</title>
6-
<version>0.1.1</version>
6+
<version>0.1.3</version>
77
<authors>Cory Fowler</authors>
88
<licenseUrl>http://opensource.org/licenses/MIT</licenseUrl>
99
<projectUrl>https://github.com/SyntaxC4-MSFT/ComposerExtension</projectUrl>

Content/install.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ IF EXIST Composer.bat (
1212
rm -f Composer.bat
1313
)
1414

15-
echo @php composer.phar %*>Composer.bat
15+
echo @php "%~dp0composer.phar" %*>composer.bat

0 commit comments

Comments
 (0)