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:
parent
9f93fbb161
commit
734c7572bb
@ -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}}
|
||||
|
Loading…
Reference in New Issue
Block a user