diff --git a/.gitignore b/.gitignore
index 2413230..9da3474 100644
--- a/.gitignore
+++ b/.gitignore
@@ -25,6 +25,7 @@ backup/
*.bak
lib/
bin/
+deployment/
# Application bundle for Mac OS
*.app/
diff --git a/Info.plist b/Info.plist
index d4d2ba6..e447a4e 100644
--- a/Info.plist
+++ b/Info.plist
@@ -19,7 +19,7 @@
CFBundleSignature
????
CFBundleShortVersionString
- 0.2
+ 1.0
CFBundleVersion
1
CSResourcesFileMapped
diff --git a/flaxlauncherlite.lpi b/flaxlauncherlite.lpi
index dfcdf1a..2351980 100644
--- a/flaxlauncherlite.lpi
+++ b/flaxlauncherlite.lpi
@@ -17,9 +17,8 @@
-
-
-
+
+
diff --git a/flaxlauncherlite.lpr b/flaxlauncherlite.lpr
index 053a1c5..3ddfdba 100644
--- a/flaxlauncherlite.lpr
+++ b/flaxlauncherlite.lpr
@@ -18,8 +18,8 @@
begin
RequireDerivedFormResource := True;
- Application.Title:='Flax Launcher Lite';
- Application.Scaled:=True;
+ Application.Title := 'Flax Launcher Lite';
+ Application.Scaled := True;
Application.Initialize;
Application.CreateForm(TFormMain, FormMain);
Application.CreateForm(TFormAddEngine, FormAddEngine);