Skip to content

Commit 95f04d9

Browse files
committed
Renaming script...
1 parent 3d635a6 commit 95f04d9

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

External/Scripts/InstallFlixel.cmd renamed to External/Scripts/InstallHaxeFlixel.cmd

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
:: Script for installing Flixel and it's dependencies.
1+
:: Script for installing HaxeFlixel and it's dependencies.
22
@echo off
33

44
:check_haxelib
@@ -39,7 +39,7 @@ goto :check_flixel
3939

4040
:check_flixel
4141

42-
echo Checking Flixel...
42+
echo Checking HaxeFlixel...
4343

4444
haxelib path flixel > nul
4545

@@ -51,7 +51,7 @@ goto :done
5151

5252
:install_flixel
5353

54-
echo Installing Flixel...
54+
echo Installing HaxeFlixel...
5555

5656
haxelib install flixel
5757

@@ -74,6 +74,6 @@ exit -1
7474

7575
:done
7676

77-
echo OpenFL + Flixel installed successfully.
77+
echo OpenFL + HaxeFlixel installed successfully.
7878
pause
7979
exit 0

appman.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -562,15 +562,15 @@
562562
</Entry>
563563
<Entry>
564564
<Id>cmdflixel</Id>
565-
<Name>Flixel Installer Script</Name>
565+
<Name>HaxeFlixel Installer Script</Name>
566566
<Version>1.0.0</Version>
567567
<Build>1</Build>
568-
<Desc>Installs Flixel and its dependencies with Haxelib.</Desc>
568+
<Desc>Installs HaxeFlixel and its dependencies with Haxelib.</Desc>
569569
<Group>Haxelib</Group>
570570
<Type>Executable</Type>
571571
<Info>https://github.com/fdorg/flashdevelop/tree/development/External/Scripts</Info>
572572
<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>
574574
</Urls>
575575
</Entry>
576576
Haxelib-->

0 commit comments

Comments
 (0)