Added support of iss definitions file.
This commit is contained in:
parent
a6be52ea0d
commit
407ed8a8a2
@ -1,8 +1,14 @@
|
||||
; Script generated by the Inno Setup Script Wizard.
|
||||
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
|
||||
#ifexist "defines.iss"
|
||||
#include "defines.iss"
|
||||
#endif
|
||||
|
||||
#ifndef MyAppVersion
|
||||
#define MyAppVersion "1.0.0"
|
||||
#endif
|
||||
|
||||
#define MyAppName "Screen Translator"
|
||||
#define MyAppVersion "2.0.1"
|
||||
#define MyAppPublisher "Gres"
|
||||
#define MyAppURL "http://gres.biz/screen-translator/"
|
||||
#define MyAppExeName "ScreenTranslator.exe"
|
||||
|
@ -1,8 +1,14 @@
|
||||
; Script generated by the Inno Setup Script Wizard.
|
||||
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
|
||||
|
||||
#ifexist "defines.iss"
|
||||
#include "defines.iss"
|
||||
#endif
|
||||
|
||||
#ifndef MyAppVersion
|
||||
#define MyAppVersion "1.0.0"
|
||||
#endif
|
||||
|
||||
#define MyAppName "Screen Translator"
|
||||
#define MyAppVersion "2.0.1"
|
||||
#define MyAppPublisher "Gres"
|
||||
#define MyAppURL "http://gres.biz/screen-translator/"
|
||||
#define MyAppExeName "ScreenTranslator.exe"
|
||||
|
Loading…
Reference in New Issue
Block a user