1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-05-08 02:34:06 +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 MyAppVersion GetFileVersion("..\bin\x86\Release\TweetDuck.exe")
#define CefVersion "3.2883.1552.0"
#define CefVersion GetFileVersion("..\bin\x86\Release\libcef.dll")
[Setup]
AppId={{{#MyAppID}}