mirror of
https://github.com/libffi/libffi.git
synced 2026-01-26 10:07:53 +00:00
Update License date and improve rcedit DLL metadata (#919)
* rcedit add architecture and original filename * Update LICENSE to 2025
This commit is contained in:
parent
8b30fe51d4
commit
8b0eab28cb
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -181,14 +181,16 @@ jobs:
|
||||
wget -O rcedit.exe https://github.com/electron/rcedit/releases/download/v2.0.0/rcedit-${{ matrix.arch }}.exe
|
||||
chmod +x ./rcedit.exe
|
||||
|
||||
./rcedit.exe "${{ matrix.host }}"/.libs/libffi-8.dll \
|
||||
dll_filename=libffi-8.dll
|
||||
./rcedit.exe "${{ matrix.host }}"/.libs/$dll_filename \
|
||||
--set-file-version "$maj.$min.$pat.$build" \
|
||||
--set-product-version "$maj.$min.$pat.$build" \
|
||||
--set-version-string "CompanyName" "https://github.com/libffi/libffi" \
|
||||
--set-version-string "FileDescription" "Portable foreign function interface library" \
|
||||
--set-version-string "FileDescription" "Portable foreign function interface library (${{ matrix.arch }})" \
|
||||
--set-version-string "ProductName" "libffi" \
|
||||
--set-version-string "FileVersion" "${{ steps.ver.outputs.version }}" \
|
||||
--set-version-string "LegalCopyright" "Copyright (c) 1996-2025 Anthony Green and others"
|
||||
--set-version-string "LegalCopyright" "Copyright (c) 1996-2025 Anthony Green and others" \
|
||||
--set-version-string "OriginalFilename" "$dll_filename"
|
||||
|
||||
- name: Create binary distribution
|
||||
shell: C:\tools\cygwin\bin\bash.exe --login --norc -eo pipefail -o igncr '{0}'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user