From d0c7b915c7ceaa4bcc3883e316337f2a37ebaf61 Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Fri, 21 Jan 2022 16:40:43 +0100 Subject: 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. --- release/winvnc.iss.in | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'release/winvnc.iss.in') 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] -- cgit v1.2.3