diff options
author | Pierre Ossman <ossman@cendio.se> | 2022-01-21 16:40:43 +0100 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2022-01-21 16:43:09 +0100 |
commit | d0c7b915c7ceaa4bcc3883e316337f2a37ebaf61 (patch) | |
tree | 1367cb93b8bef21f2ec7d6602236f548719f9802 /release/winvnc.iss.in | |
parent | c8de7f76291f7b311898fd6e9a256a90df3151fa (diff) | |
download | tigervnc-d0c7b915c7ceaa4bcc3883e316337f2a37ebaf61.tar.gz tigervnc-d0c7b915c7ceaa4bcc3883e316337f2a37ebaf61.zip |
Remove 32-/64-bit distinctions
The migration from 32-bit to 64-bit has long passed. Let's get rid of
all distinctions as native applications it the norm now.
Diffstat (limited to 'release/winvnc.iss.in')
-rw-r--r-- | release/winvnc.iss.in | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/release/winvnc.iss.in b/release/winvnc.iss.in index cf628169..48ab32bb 100644 --- a/release/winvnc.iss.in +++ b/release/winvnc.iss.in @@ -1,21 +1,14 @@ [Setup] #ifdef WIN64 ArchitecturesInstallIn64BitMode=x64 -AppName=TigerVNC Server 64-bit -AppVerName=TigerVNC Server 64-bit @VERSION@ (@BUILD@) -#else +#endif AppName=TigerVNC Server AppVerName=TigerVNC Server v@VERSION@ (@BUILD@) -#endif AppVersion=@VERSION@ AppPublisher=TigerVNC project AppPublisherURL=https://tigervnc.org DefaultDirName={pf}\TigerVNC Server -#ifdef WIN64 -DefaultGroupName=TigerVNC Server 64-bit -#else DefaultGroupName=TigerVNC Server -#endif LicenseFile=@CMAKE_SOURCE_DIR@\LICENCE.TXT [Dirs] |