Skip to content

Commit 243de9a

Browse files
committed
Consistent naming scheme
1 parent 4c74450 commit 243de9a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

windows/droneapi_installer.iss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
; Script generated by the Inno Setup Script Wizard.
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

4-
#define MyAppName "DroneAPI"
4+
#define MyAppName "DroneKit"
55
; #define MyAppVersion "1"
66
#define MyAppPublisher "3D Robotics, Inc"
77
#define MyAppURL "https://github.com/diydrones/dronekit-python"
@@ -20,7 +20,7 @@ AppPublisherURL={#MyAppURL}
2020
AppSupportURL={#MyAppURL}
2121
AppUpdatesURL={#MyAppURL}
2222
CreateAppDir=no
23-
OutputBaseFilename=DroneAPIsetup-{#MyAppVersion}
23+
OutputBaseFilename=DroneKitsetup-{#MyAppVersion}
2424
Compression=lzma
2525
SolidCompression=yes
2626
LicenseFile=..\LICENSE
@@ -57,7 +57,7 @@ function InitializeSetup: boolean;
5757
begin
5858
result := IsMAVProxyInstalled;
5959
if not result then
60-
MsgBox('You need to install MAVProxy before you install DroneAPI. Install MAVProxy and then run this installer again.', mbError, MB_OK);
60+
MsgBox('You need to install MAVProxy before you install DroneKit. Install MAVProxy and then run this installer again.', mbError, MB_OK);
6161
end;
6262
6363
function MAVDir_CreatePage(PreviousPageId: Integer): Integer;
@@ -76,7 +76,7 @@ begin
7676
with Label1 do
7777
begin
7878
Parent := Page.Surface;
79-
Caption := 'DroneAPI will be installed in the MAVProxy directory:'
79+
Caption := 'DroneKit will be installed in the MAVProxy directory:'
8080
Left := ScaleX(16);
8181
Top := ScaleY(0);
8282
Width := ScaleX(300);

0 commit comments

Comments
 (0)