mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-23 00:47:31 +09:00
Remove stub installer - Part 2: Basilisk
This commit is contained in:
parent
3dc04e53f0
commit
e60ad7e603
11 changed files with 1 additions and 2230 deletions
|
|
@ -55,14 +55,6 @@
|
|||
!define UpdateChannel "@MOZ_UPDATE_CHANNEL@"
|
||||
!endif
|
||||
|
||||
# Due to official and beta using the same branding this is needed to
|
||||
# differentiante between the url used by the stub for downloading.
|
||||
!if "@MOZ_UPDATE_CHANNEL@" == "beta"
|
||||
!define BETA_UPDATE_CHANNEL
|
||||
!endif
|
||||
|
||||
!define BaseURLStubPing "http://download-stats.mozilla.org/stub"
|
||||
|
||||
# ARCH is used when it is necessary to differentiate the x64 registry keys from
|
||||
# the x86 registry keys (e.g. the uninstall registry key).
|
||||
#ifdef HAVE_64BIT_BUILD
|
||||
|
|
@ -93,12 +85,6 @@ VIAddVersionKey "ProductVersion" "${AppVersion}"
|
|||
# Comments is not used but left below commented out for future reference
|
||||
# VIAddVersionKey "Comments" "Comments"
|
||||
|
||||
# It isn't possible to get the size of the installation prior to downloading
|
||||
# so the stub installer uses an estimate. The size is derived from the size of
|
||||
# the complete installer, the size of the extracted complete installer, and at
|
||||
# least 15 MB additional for working room.
|
||||
!define APPROXIMATE_REQUIRED_SPACE_MB "145"
|
||||
|
||||
# Control positions in Dialog Units so they are placed correctly with
|
||||
# non-default DPI settings
|
||||
!define OPTIONS_ITEM_EDGE_DU 90u
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue