From a52998546044136026dd2916bd0e53d5067b9522 Mon Sep 17 00:00:00 2001 From: Petr Vecera Date: Tue, 26 Mar 2024 22:45:53 +0100 Subject: [PATCH] change the path --- wdio.conf.cjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wdio.conf.cjs b/wdio.conf.cjs index 95de32e..b747ba4 100644 --- a/wdio.conf.cjs +++ b/wdio.conf.cjs @@ -12,7 +12,7 @@ exports.config = { { maxInstances: 1, 'tauri:options': { - application: './src-tauri/target/release/coh3-stats-desktop-app.exe', + application: './src-tauri/target/release/Coh3 Stats Desktop App.exe', webviewOptions: {}, }, },