Removes unused files

This commit is contained in:
Gustavo Maximiliano Cortez 2016-10-18 11:19:21 -03:00
commit ecf5f5c608
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
50 changed files with 158 additions and 27 deletions

View file

@ -5,10 +5,11 @@
#define MyAppVersion "*VERSION*"
#define MyAppPublisher "BitPay"
#define MyAppURL "*URL*"
#define MyAppExeName "*PACKAGENAME.exe"
#define MyAppExeName "*PACKAGENAME*.exe"
#define AppId "*WINDOWSAPPID*"
[Setup]
AppId={804636ee-b017-4cad-8719-e58ac97ffa5c}
AppId={#AppId}
AppName={#MyAppName}
AppVersion={#MyAppVersion}
;AppVerName={#MyAppName} {#MyAppVersion}