mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-05-10 04:08:57 +08:00
Update XP installer version info for release
This commit is contained in:
parent
fb02625174
commit
6eb14dc6e0
6
.github/workflows/vsbuild_xp.yml
vendored
6
.github/workflows/vsbuild_xp.yml
vendored
@ -244,6 +244,12 @@ jobs:
|
||||
with:
|
||||
path: ${{ github.workspace }}/mingw-bin
|
||||
key: mingw-xp-bin-r-${{ github.sha }}
|
||||
- name: Update release version
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
shell: bash
|
||||
run: |
|
||||
DOSBOX_X_RELEASE=`gh release list -L1 | grep -o "....-..-.." | head -n 1 | sed -e "s/-/./g"`
|
||||
sed -i "s/^#define MyAppVersion.*/#define MyAppVersion \"$DOSBOX_X_RELEASE\"/" contrib/windows/installer/DOSBox-X-setupXP.iss
|
||||
- name: Prepare files
|
||||
shell: bash
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user