Skip to content

Commit c7cb3b7

Browse files
author
SlavaRa
authored
Merge pull request #2 from SlavaRa/develop
Fix typo...
2 parents 26d197d + bc2f4c8 commit c7cb3b7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

$(BaseDir)/Projects/331 Haxe - NodeJS Project/Project.hxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<output>
55
<movie outputType="Application" />
66
<movie input="" />
7-
<movie path="bin\" />
7+
<movie path="bin\$(ProjectID).js" />
88
<movie fps="0" />
99
<movie width="0" />
1010
<movie height="0" />

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
os: Visual Studio 2015
22
environment:
3-
VERSION: 1.0.0
3+
VERSION: 1.0
44
NAME: 331 Haxe - NodeJS Project
55
DESC: A NodeJS project written in the Haxe language
66
INFO: https:\/\/github.com\/SlavaRa\/fdproject-haxe-nodejs

0 commit comments

Comments
 (0)