Skip to content
Snippets Groups Projects
Commit 48afeb93 authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

[fix] Build: do not failed if platform desktop is missing

parent 8dfab5ed
No related branches found
No related tags found
No related merge requests found
Pipeline #5796 failed
......@@ -153,7 +153,7 @@ if [[ $2 =~ ^[0-9]+.[0-9]+.[0-9]+((a|b)[0-9]+)?$ && $3 =~ ^[0-9]+$ ]]; then
#git submodule update --init
git submodule sync
if [[ -d platforms/desktop ]]; then
if [[ -d "$DIRNAME/platforms/desktop" ]]; then
cd platforms/desktop
# Build desktop assets
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment