64-bit installer bustage fix, use ';' in comment vs. '//'. a=buildbustage
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
!define AppName "Firefox"
|
||||
!define AppVersion "@APP_VERSION@"
|
||||
#ifdef HAVE_64BIT_OS
|
||||
// differentiate 64-bit builds, we do the same in widget.
|
||||
; differentiate 64-bit builds, we do the same in widget.
|
||||
!define AppUserModelID "${AppVendor}.${AppName}.${AppVersion}.Win64"
|
||||
#else
|
||||
!define AppUserModelID "${AppVendor}.${AppName}.${AppVersion}"
|
||||
|
||||
Reference in New Issue
Block a user