1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-05-29 11:34:07 +02:00

Tweak update installer to take CEF version from the file instead of hardcoding it

This commit is contained in:
chylex 2017-04-03 18:51:02 +02:00
parent 9f93fbb161
commit 734c7572bb

View File

@ -8,7 +8,7 @@
#define MyAppID "8C25A716-7E11-4AAD-9992-8B5D0C78AE06" #define MyAppID "8C25A716-7E11-4AAD-9992-8B5D0C78AE06"
#define MyAppVersion GetFileVersion("..\bin\x86\Release\TweetDuck.exe") #define MyAppVersion GetFileVersion("..\bin\x86\Release\TweetDuck.exe")
#define CefVersion "3.2883.1552.0" #define CefVersion GetFileVersion("..\bin\x86\Release\libcef.dll")
[Setup] [Setup]
AppId={{{#MyAppID}} AppId={{{#MyAppID}}