Skip to content

Commit 45f483e

Browse files
committed
Update create-release-vdf.sh
1 parent 03bae99 commit 45f483e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

script/create-release-vdf.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ fi
1414
if [ -f "$2" ]
1515
then
1616
description="$(cat < "$2")"
17+
description=${description//$'\n'/\\n}
18+
description=${description//$'\t'/\\t}
19+
description=${description//\"/\\\"}
1720
else
1821
printf 'Missing Steam description'
1922
printf '\n'

0 commit comments

Comments
 (0)