Skip to content

Commit

Permalink
Updated sfall version to 4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
NovaRain committed Aug 23, 2023
1 parent f1e5712 commit bb745b7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: build
on: [push]

env:
sfall_version: 4.3.8
mpack_version: 4.3.8
sfall_version: 4.4
mpack_version: 4.4

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions extra/env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ export extra_dir="$(realpath extra)"
export bin_dir="$extra_dir/bin"
export release_dir="$(realpath release)"
export mods_dir="$release_dir/mods"
export mpack_version=${mpack_version:-4.3.8}
export mpack_version=${mpack_version:-4.4}
export mpack_7z="mpack.7z"
export sfall_version=${sfall_version:-4.3.8}
export sfall_version=${sfall_version:-4.4}
export WINEARCH=win32
export WINEDEBUG=-all
export mod_name=rpu
Expand Down
8 changes: 2 additions & 6 deletions extra/package/sfall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,14 @@ files="
ddraw.dll
ddraw.ini
sfall.dat
sfall-mods.ini
sfall-readme.txt
mods/sfall-mods.ini
translations
"
for f in $files; do
rm -rf "$f"
7zr x sfall.7z "$f"
done
# sfall global scripts
for f in gl_highlighting.int gl_partycontrol.int; do
rm -f $f
7zr e sfall.7z data/scripts/$f
done
rm -f sfall.7z

# uncomment ini settings to preserve options' placement in ddraw.ini
Expand Down

0 comments on commit bb745b7

Please sign in to comment.