2
0
mirror of https://github.com/rehlds/reapi.git synced 2025-07-19 11:46:28 +03:00

[ci] updated resources

This commit is contained in:
STAM 2025-07-16 17:59:42 +03:00
parent 5b495c322c
commit 5a3cdacd6f
No known key found for this signature in database
GPG Key ID: 711526C6938897F1
2 changed files with 11 additions and 4 deletions

View File

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 114 KiB