Skip to content

Commit 848e7e4

Browse files
committed
fix: pipeline tests
1 parent 21846cb commit 848e7e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src-build/createDistTestReleaseConfig.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ async function createDistTestReleaseConfig() {
2525
const phoenixVersion = configJson.package.version;
2626
if(os.platform() === 'win32'){
2727
configJson.tauri.windows[0].url = `https://phtauri.localhost/v${phoenixVersion}/`;
28-
configJson.tauri.windows[2].url = `https://phtauri.localhost/v${phoenixVersion}/drop-files.html`;
28+
// for test windows, desktop-metrics.html isn't needed
2929
} else {
3030
configJson.tauri.windows[0].url = `phtauri://localhost/v${phoenixVersion}/`;
31-
configJson.tauri.windows[2].url = `phtauri://localhost/v${phoenixVersion}/drop-files.html`;
31+
// for test windows, desktop-metrics.html isn't needed
3232
}
3333
if(os.platform() === 'darwin'){
3434
// inject macos icons

0 commit comments

Comments
 (0)