Skip to content

Commit 64c47fc

Browse files
committed
Correction of Desktop Standalone command
1 parent 610a9bb commit 64c47fc

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.yamato/desktop-standalone-tests.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,15 @@ desktop_standalone_tests_{{ project.name }}_{{ platform.name }}_{{ backend }}_{{
3131

3232
# Build Player
3333
- |
34-
{% if platform.name != "win" %}./{% endif %}utr \
34+
{% if platform.name == "win" %}
35+
utr.bat \
36+
{% else %}
37+
./utr \
38+
{% endif %}
3539
--suite=playmode \
3640
--platform={{ platform.standalone }} \
3741
--editor-location=.Editor \
38-
--testproject={{ project.name }} \
42+
--testproject={{ project.path }} \
3943
--player-save-path=build/players \
4044
--artifacts_path=build/logs \
4145
--scripting-backend={{ backend }} \

0 commit comments

Comments
 (0)