Skip to content

Commit 5a3cdac

Browse files
committed
[ci] updated resources
1 parent 5b495c3 commit 5a3cdac

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

.github/workflows/build.yml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,10 @@ jobs:
7676
$toolset = '${{ steps.select_toolset.outputs.toolset }}'
7777
msbuild ${{ env.solution }} -p:Configuration="${{ env.buildRelease }}" /t:Clean,Build /p:Platform=${{ env.buildPlatform }} /p:PlatformToolset=$toolset /p:XPDeprecationWarning=false
7878
79-
# - name: Get rcedit from chocolatey
80-
# shell: pwsh
81-
# run: |
82-
# choco install rcedit -y
79+
- name: Get rcedit from chocolatey
80+
shell: pwsh
81+
run: |
82+
choco install rcedit -y
8383
8484
- name: Move files
8585
run: |
@@ -114,6 +114,11 @@ jobs:
114114
- name: Show version
115115
run: echo "Version is ${{ steps.get_version.outputs.version }}"
116116

117+
- name: Edit resources at windows binaries
118+
run: |
119+
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
120+
shell: "pwsh"
121+
117122
- name: Import PFX and sign
118123
if: github.event_name != 'pull_request'
119124
env:
@@ -307,5 +312,7 @@ jobs:
307312
with:
308313
files: |
309314
*.zip
315+
*.7z
316+
*.asc
310317
env:
311318
GITHUB_TOKEN: ${{ secrets.API_TOKEN }}

reapi/msvc/icon.ico

114 KB
Binary file not shown.

0 commit comments

Comments
 (0)