mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
cleanup packages.cmake & extend NSIS plugin directory
This commit is contained in:
9
.github/workflows/pull-request.yml
vendored
9
.github/workflows/pull-request.yml
vendored
@@ -149,13 +149,8 @@ jobs:
|
||||
with:
|
||||
python-version: '3.x'
|
||||
|
||||
- name: Install NSIS & copy plugins
|
||||
run: |
|
||||
choco install --no-progress nsis -y
|
||||
copy "cmake\nsis\template\*.dll" "C:\Program Files (x86)\NSIS\Plugins\x86-ansi\"
|
||||
|
||||
- name: Install OpenSSL
|
||||
run: choco install --no-progress openssl -y
|
||||
- name: Install OpenSSL & NSIS
|
||||
run: choco install --no-progress openssl nsis -y
|
||||
|
||||
- name: Set up x64 build architecture environment
|
||||
shell: cmd
|
||||
|
9
.github/workflows/push-master.yml
vendored
9
.github/workflows/push-master.yml
vendored
@@ -113,13 +113,8 @@ jobs:
|
||||
with:
|
||||
python-version: '3.x'
|
||||
|
||||
- name: Install NSIS & copy plugins
|
||||
run: |
|
||||
choco install --no-progress nsis -y
|
||||
copy "cmake\nsis\template\*.dll" "C:\Program Files (x86)\NSIS\Plugins\x86-ansi\"
|
||||
|
||||
- name: Install OpenSSL
|
||||
run: choco install --no-progress openssl -y
|
||||
- name: Install OpenSSL & NSIS
|
||||
run: choco install --no-progress openssl nsis -y
|
||||
|
||||
- name: Set up x64 build architecture environment
|
||||
shell: cmd
|
||||
|
Reference in New Issue
Block a user