mirror of
https://github.com/msvc-win/get.msvc.win.git
synced 2025-12-16 13:17:26 +00:00
Switch to GitHub Actions only script
This commit is contained in:
parent
fd729fcab0
commit
35c2d657b2
5 changed files with 95 additions and 42 deletions
|
|
@ -2,17 +2,16 @@
|
|||
!include "LogicLib.nsh"
|
||||
!include "WinVer.nsh"
|
||||
!include "x64.nsh"
|
||||
!include "MUI2.nsh"
|
||||
|
||||
LoadLanguageFile "${NSISDIR}\Contrib\Language files\English.nlf"
|
||||
LoadLanguageFile "${NSISDIR}\Contrib\Language files\Japanese.nlf"
|
||||
LoadLanguageFile "${NSISDIR}\Contrib\Language files\TradChinese.nlf"
|
||||
LoadLanguageFile "${NSISDIR}\Contrib\Language files\SimpChinese.nlf"
|
||||
|
||||
Unicode true
|
||||
SetCompressor /solid /final lzma
|
||||
RequestExecutionLevel admin
|
||||
|
||||
!insertmacro MUI_LANGUAGE "English"
|
||||
!insertmacro MUI_LANGUAGE "SimpChinese"
|
||||
!insertmacro MUI_LANGUAGE "TradChinese"
|
||||
!insertmacro MUI_LANGUAGE "Japanese"
|
||||
|
||||
!define /date BUILD_YEAR "%Y"
|
||||
!define /date BUILD_MONTH "%m"
|
||||
!define /date BUILD_DAY "%d"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue