Skip to content

Commit

Permalink
Updated sfall to 4.4.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
NovaRain committed Dec 4, 2024
1 parent 64f1b45 commit b7add3c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
pull_request:

env:
sfall_version: 4.4.5
sfall_version: 4.4.5.1
mpack_version: 4.4.5

jobs:
Expand Down
4 changes: 2 additions & 2 deletions extra/env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ export bin_dir="$extra_dir/bin"
release_dir="$(realpath release)"
export release_dir
export mods_dir="$release_dir/mods"
export mpack_version=${mpack_version:-4.4}
export mpack_version=${mpack_version:-4.4.5}
export mpack_7z="mpack.7z"
export sfall_version=${sfall_version:-4.4.0.1}
export sfall_version=${sfall_version:-4.4.5.1}
export WINEARCH=win32
export WINEDEBUG=-all
export mod_name=upu
Expand Down
1 change: 1 addition & 0 deletions extra/package/sfall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ files="
ddraw.dll
ddraw.ini
sfall.dat
sfall-FAQ.txt
sfall-readme.txt
mods/sfall-mods.ini
translations
Expand Down

0 comments on commit b7add3c

Please sign in to comment.