aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2012-04-10 10:37:30 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2012-04-10 10:37:30 -0400
commit98e04ce98242382105520bd7cd09bd5bc5209829 (patch)
tree8d1d2dd382bd07d0451566a93bc6fac245084d28 /src
parent55907c7be23e8b05c8a668b3889903ac61818491 (diff)
downloadtextadept-98e04ce98242382105520bd7cd09bd5bc5209829.tar.gz
textadept-98e04ce98242382105520bd7cd09bd5bc5209829.zip
Renamed textadept.app to Textadept.app.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index bf229916..a5fce727 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -210,7 +210,7 @@ RELEASEDIR32 = textadept_$(value VERSION)
RELEASEDIR64 = $(RELEASEDIR32).x86_64
RELEASEDIRWIN32 = $(RELEASEDIR32).win32
RELEASEDIRMAC = $(RELEASEDIR32).osx
-TEXTADEPTAPP = $(RELEASEDIRMAC)/$(TEXTADEPT).app
+TEXTADEPTAPP = $(RELEASEDIRMAC)/Textadept.app
PACKAGE32 = ../releases/$(RELEASEDIR32).tgz
PACKAGE64 = ../releases/$(RELEASEDIR64).tgz
PACKAGEWIN32 = ../releases/$(RELEASEDIRWIN32).zip