File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- :: Script for installing Flixel and it's dependencies.
1
+ :: Script for installing HaxeFlixel and it's dependencies.
2
2
@ echo off
3
3
4
4
:check_haxelib
@@ -39,7 +39,7 @@ goto :check_flixel
39
39
40
40
:check_flixel
41
41
42
- echo Checking Flixel ...
42
+ echo Checking HaxeFlixel ...
43
43
44
44
haxelib path flixel > nul
45
45
@@ -51,7 +51,7 @@ goto :done
51
51
52
52
:install_flixel
53
53
54
- echo Installing Flixel ...
54
+ echo Installing HaxeFlixel ...
55
55
56
56
haxelib install flixel
57
57
@@ -74,6 +74,6 @@ exit -1
74
74
75
75
:done
76
76
77
- echo OpenFL + Flixel installed successfully.
77
+ echo OpenFL + HaxeFlixel installed successfully.
78
78
pause
79
79
exit 0
Original file line number Diff line number Diff line change 562
562
</Entry>
563
563
<Entry>
564
564
<Id>cmdflixel</Id>
565
- <Name>Flixel Installer Script</Name>
565
+ <Name>HaxeFlixel Installer Script</Name>
566
566
<Version>1.0.0</Version>
567
567
<Build>1</Build>
568
- <Desc>Installs Flixel and its dependencies with Haxelib.</Desc>
568
+ <Desc>Installs HaxeFlixel and its dependencies with Haxelib.</Desc>
569
569
<Group>Haxelib</Group>
570
570
<Type>Executable</Type>
571
571
<Info>https://github.com/fdorg/flashdevelop/tree/development/External/Scripts</Info>
572
572
<Urls>
573
- <Url>https://raw.github.com/fdorg/flashdevelop/development/External/Scripts/InstallFlixel .cmd</Url>
573
+ <Url>https://raw.github.com/fdorg/flashdevelop/development/External/Scripts/InstallHaxeFlixel .cmd</Url>
574
574
</Urls>
575
575
</Entry>
576
576
Haxelib-->
You can’t perform that action at this time.
0 commit comments