Skip to content

Commit

Permalink
fix(release): fix formatting of windows version number in build
Browse files Browse the repository at this point in the history
  • Loading branch information
hello-adam committed Feb 20, 2020
1 parent 9138acf commit 2878e52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qmake_version_args.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ then
export HOBBITS_VERSION=`cat ../.version`
fi

echo DEFINES+=\"HOBBITS_GUI_VERSION=\\\"\\\\\\\"$HOBBITS_VERSION\\\\\\\"\\\"\" DEFINES+=\"HOBBITS_CORE_LIB_VERSION=\\\"\\\\\\\"$HOBBITS_VERSION\\\\\\\"\\\"\" DEFINES+=\"HOBBITS_RUNNER_VERSION=\\\"\\\\\\\"$HOBBITS_VERSION\\\\\\\"\\\"\"
echo DEFINES+=\"HOBBITS_GUI_VERSION=\\\"\\\\\\\"`echo $HOBBITS_VERSION`\\\\\\\"\\\"\" DEFINES+=\"HOBBITS_CORE_LIB_VERSION=\\\"\\\\\\\"`echo $HOBBITS_VERSION`\\\\\\\"\\\"\" DEFINES+=\"HOBBITS_RUNNER_VERSION=\\\"\\\\\\\"`echo $HOBBITS_VERSION`\\\\\\\"\\\"\"

0 comments on commit 2878e52

Please sign in to comment.