File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
; Script generated by the Inno Setup Script Wizard.
2
2
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
3
3
4
- #define MyAppName " DroneAPI "
4
+ #define MyAppName " DroneKit "
5
5
; #define MyAppVersion "1"
6
6
#define MyAppPublisher " 3D Robotics, Inc"
7
7
#define MyAppURL " https://github.com/diydrones/dronekit-python"
@@ -20,7 +20,7 @@ AppPublisherURL={#MyAppURL}
20
20
AppSupportURL = {#MyAppURL}
21
21
AppUpdatesURL = {#MyAppURL}
22
22
CreateAppDir = no
23
- OutputBaseFilename = DroneAPIsetup -{#MyAppVersion}
23
+ OutputBaseFilename = DroneKitsetup -{#MyAppVersion}
24
24
Compression = lzma
25
25
SolidCompression = yes
26
26
LicenseFile = ..\LICENSE
@@ -57,7 +57,7 @@ function InitializeSetup: boolean;
57
57
begin
58
58
result := IsMAVProxyInstalled;
59
59
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);
61
61
end ;
62
62
63
63
function MAVDir_CreatePage (PreviousPageId: Integer): Integer;
76
76
with Label1 do
77
77
begin
78
78
Parent := Page.Surface;
79
- Caption := ' DroneAPI will be installed in the MAVProxy directory:'
79
+ Caption := ' DroneKit will be installed in the MAVProxy directory:'
80
80
Left := ScaleX(16 );
81
81
Top := ScaleY(0 );
82
82
Width := ScaleX(300 );
You can’t perform that action at this time.
0 commit comments