mirror of
https://github.com/rehlds/reapi.git
synced 2025-07-19 03:36:26 +03:00
[ci] updated resources
This commit is contained in:
parent
5b495c322c
commit
5a3cdacd6f
15
.github/workflows/build.yml
vendored
15
.github/workflows/build.yml
vendored
@ -76,10 +76,10 @@ jobs:
|
||||
$toolset = '${{ steps.select_toolset.outputs.toolset }}'
|
||||
msbuild ${{ env.solution }} -p:Configuration="${{ env.buildRelease }}" /t:Clean,Build /p:Platform=${{ env.buildPlatform }} /p:PlatformToolset=$toolset /p:XPDeprecationWarning=false
|
||||
|
||||
# - name: Get rcedit from chocolatey
|
||||
# shell: pwsh
|
||||
# run: |
|
||||
# choco install rcedit -y
|
||||
- name: Get rcedit from chocolatey
|
||||
shell: pwsh
|
||||
run: |
|
||||
choco install rcedit -y
|
||||
|
||||
- name: Move files
|
||||
run: |
|
||||
@ -114,6 +114,11 @@ jobs:
|
||||
- name: Show version
|
||||
run: echo "Version is ${{ steps.get_version.outputs.version }}"
|
||||
|
||||
- name: Edit resources at windows binaries
|
||||
run: |
|
||||
rcedit ${{ github.workspace }}\publish\addons\amxmodx\modules\reapi_amxx.dll --set-version-string CompanyName "ReHLDS Dev Team" --set-version-string LegalCopyright "Copyright 2025 ReHLDS DevTeam" --set-icon reapi/msvc/icon.ico
|
||||
shell: "pwsh"
|
||||
|
||||
- name: Import PFX and sign
|
||||
if: github.event_name != 'pull_request'
|
||||
env:
|
||||
@ -307,5 +312,7 @@ jobs:
|
||||
with:
|
||||
files: |
|
||||
*.zip
|
||||
*.7z
|
||||
*.asc
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.API_TOKEN }}
|
||||
|
BIN
reapi/msvc/icon.ico
Normal file
BIN
reapi/msvc/icon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 114 KiB |
Loading…
x
Reference in New Issue
Block a user