Skip to content

Commit 0fcaff0

Browse files
committed
Fix bin permissions
1 parent 77ff2fa commit 0fcaff0

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

extra/env.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export WINEARCH=win32
1010
export WINEDEBUG=-all
1111
export mod_name=fo2tweaks
1212
export compile="$bin_dir/sslc"
13+
export dat3="$bin_dir/dat3"
1314

1415
set +xeu +o pipefail
1516

extra/prepare.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ set -xeu -o pipefail
77
wget -q "$sslc_url" -O "$compile"
88
# shellcheck disable=2154
99
wget -q "$dat3_url" -O "$dat3"
10+
chmod +x "$compile" "$dat3"

0 commit comments

Comments
 (0)