File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments