Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
humbletim committed Apr 1, 2024
1 parent d6a7c61 commit 5cafd73
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion util/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -301,8 +301,9 @@ function 0a1_ninja_postbuild() {( $_dbgopts;
(
cp -avu $packages_dir/lib/release/openvr_api.dll $build_dir/newview/
grep "openvr_api.dll" $nsi \
|| perl -i.bak -pe 's@^(.*?)\b(OpenAL32.dll)@$1$2\n$1openvr_api.dll@g' \
|| perl -i.bak -pe 's@^(.*?)\b(OpenAL32.dll)@$1$2\n$1openvr_api.dll@gi' \
$nsi
grep "openvr_api.dll" -C2 $nsi
)
grep -E ^File "$nsi" | sed -e "s@^File @$viewer_channel-$version_full/@g" | sort -u > $build_dir/installer.txt
echo "$viewer_channel-$version_full/load_with_settings_and_cache_here.bat" >> $build_dir/installer.txt
Expand Down

0 comments on commit 5cafd73

Please sign in to comment.