Adopt NSIS 3.0 (#2248)
parent
501e92250e
commit
dff3fdbfd7
|
|
@ -120,10 +120,6 @@ jobs:
|
|||
${{ runner.os }}-64-${{ matrix.configuration }}-
|
||||
${{ runner.os }}-64-
|
||||
|
||||
- name: Install windows dependencies
|
||||
if: runner.os == 'Windows'
|
||||
run: choco install nsis-unicode
|
||||
|
||||
- name: Determine source branch
|
||||
id: which-branch
|
||||
uses: secondlife/viewer-build-util/which-branch@v2
|
||||
|
|
|
|||
|
|
@ -32,6 +32,7 @@ SetCompressor /solid lzma # Compress whole installer as one block
|
|||
SetDatablockOptimize off # Only saves us 0.1%, not worth it
|
||||
XPStyle on # Add an XP manifest to the installer
|
||||
RequestExecutionLevel admin # For when we write to Program Files
|
||||
Unicode true # Enable unicode support
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;; Project flags
|
||||
|
|
|
|||
Loading…
Reference in New Issue