Skip to content

Commit

Permalink
initialize variables in case no scriptextender is configured (#660)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmn42 authored May 19, 2024
1 parent 8739531 commit 75d82d1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions step/download_external_resources.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ executable_winetricks="$shared/winetricks"
downloaded_mo2="$downloads_cache/${mo2_url##*/}"
extracted_mo2="${downloaded_mo2%.*}"

downloaded_scriptextender=""
extracted_scriptextender=""

if [ -n "$game_scriptextender_url" ]; then
downloaded_scriptextender="$downloads_cache/${game_nexusid}_${game_scriptextender_url##*/}"
extracted_scriptextender="${downloaded_scriptextender%.*}"
Expand Down

0 comments on commit 75d82d1

Please sign in to comment.