mirror of
https://gitlab.com/ryzen-controller-team/ryzen-controller.git
synced 2024-12-22 18:13:28 +07:00
Trying to manually replace 7z executable.
See https://github.com/electron/windows-installer/issues/186#issuecomment-486587294
This commit is contained in:
parent
3839876d7d
commit
e27a059df2
@ -73,6 +73,8 @@ node:
|
||||
image: electronuserland/builder:wine-mono
|
||||
script:
|
||||
- npm install
|
||||
- cp vendor/7z/7z.exe node_modules/electron-winstaller/vendor/7z.exe
|
||||
- cp vendor/7z/7z.dll node_modules/electron-winstaller/vendor/7z.dll
|
||||
cache:
|
||||
paths:
|
||||
- node_modules/
|
||||
@ -90,6 +92,7 @@ win32:
|
||||
tags: [ docker ]
|
||||
image: electronuserland/builder:wine-mono
|
||||
script:
|
||||
- rm -rf vendor/*
|
||||
- npm run-script package-win32
|
||||
artifacts:
|
||||
paths:
|
||||
|
BIN
vendor/7z/7z.dll
vendored
Normal file
BIN
vendor/7z/7z.dll
vendored
Normal file
Binary file not shown.
BIN
vendor/7z/7z.exe
vendored
Normal file
BIN
vendor/7z/7z.exe
vendored
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user