Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
fsmoke committed Oct 2, 2019
1 parent fcdc7d3 commit b866704
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file modified ESPressif.ico
Binary file not shown.
6 changes: 3 additions & 3 deletions Setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#define ApplicationVersion '1.4.0'
#define OldAppId '{3793A16D-841C-4E6C-931B-9D5AD44410C9}'
#define Revision 'OpenSource (1.0)'
#define SourceURL 'https://github.com/fsmoke/ESP8266-Wizard-Package'

[Setup]
; NOTE: The value of AppId uniquely identifies this application.
Expand All @@ -14,7 +15,7 @@ AppName={#ApplicationName}
AppVersion={#ApplicationVersion}
AppPublisher=Mathieu St-Laurent - Relentless research lab
DefaultDirName={pf}\Relentless.rad\ESP8266Wizard
DisableDirPage=no
DisableDirPage=false
DisableProgramGroupPage=yes
OutputDir=Release
OutputBaseFilename={#ApplicationName} {#ApplicationVersion} - {#Revision}
Expand Down Expand Up @@ -86,7 +87,7 @@ end;
procedure SourcesLinkClick(Sender: TObject);
begin
OpenBrowser('https://www.example.com/');
OpenBrowser(SourceURL);
end;
procedure InitializeWizard;
Expand Down Expand Up @@ -219,4 +220,3 @@ begin
end;
Result:= True;
end;
Binary file modified Sources/ESP8266Template/__PreviewImage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Sources/ESP8266Template/__TemplateIcon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b866704

Please sign in to comment.