Skip to content

Commit

Permalink
Merge branch 'develop' into adv-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
myk002 committed Nov 30, 2024
2 parents 7e0adce + 372bcef commit 4c222f2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/generate-symbols.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ jobs:
df_ver=`./dfhack-run lua 'print(dfhack.gui.getDFViewscreen(true).str_version)' | ansifilter`
echo "Found version string: '$df_ver'"
sed -i "s/v0.50.0 linux64 STEAM/v0.$df_ver linux64 STEAM/" ../xml/symbols.xml
./dfhack-run die
fi
# Itch
Expand Down Expand Up @@ -350,7 +351,11 @@ jobs:
+login $STEAM_USERNAME \
"+app_update 975370 $BETA_PARAMS validate" \
+quit
<<<<<<< HEAD
tar xjf ../dfhack-symbols-windows64-build.tar.bz2 -C DF_steam
=======
tar xjf dfhack-symbols-windows64-build.tar.bz2 -C DF_steam
>>>>>>> develop
cp xml/symbols.xml DF_steam/hack
cd DF_steam
"Dwarf Fortress.exe" &
Expand All @@ -361,6 +366,7 @@ jobs:
df_ver=`dfhack-run.exe lua 'print(dfhack.gui.getDFViewscreen(true).str_version)'`
echo "Found version string: '$df_ver'"
sed -i "s/v0.50.0 win64 STEAM/v0.$df_ver win64 STEAM/" ../xml/symbols.xml
dfhack-run.exe die
- name: Merge updates
shell: bash
run: |
Expand Down

0 comments on commit 4c222f2

Please sign in to comment.