Skip to content

Commit

Permalink
restoring deleted png file
Browse files Browse the repository at this point in the history
  • Loading branch information
JvanKatwijk committed Oct 27, 2019
1 parent 973c2dc commit 50137ba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 226 deletions.
6 changes: 3 additions & 3 deletions qt-dab-installer.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "qt-dab"
#define MyAppVersion "2.7.3"
#define MyAppVersion "2.7.4"
#define MyAppPublisher "Lazy Chair Computing"
#define MyAppURL "https://github.com/JvanKatwijk/qt-dab"
#define MyAppExeName "qt-dab-2.7.3.exe";
#define MyAppExeName "qt-dab-2.7.4.exe";

[Setup]
; NOTE: The value of AppId uniquely identifies this application.
Expand Down Expand Up @@ -34,7 +34,7 @@ Name: "english"; MessagesFile: "compiler:Default.isl"
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked

[Files]
Source: "D:\sdr-j-development\windows-qt-dab\qt-dab-2.7.3.exe"; DestDir: "{app}"; Flags: ignoreversion
Source: "D:\sdr-j-development\windows-qt-dab\qt-dab-2.7.4.exe"; DestDir: "{app}"; Flags: ignoreversion
Source: "D:\sdr-j-development\windows-qt-dab\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
Source: "C:\Users\JvanK\Downloads\SDRplay_RSP_API-Windows-2.13.1.exe"; DestDir: "{app}"; AfterInstall : install_sdrplayApi

Expand Down
Binary file added qt-dab.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
223 changes: 0 additions & 223 deletions qt-dab.pro.user

This file was deleted.

0 comments on commit 50137ba

Please sign in to comment.