We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21846cb commit 848e7e4Copy full SHA for 848e7e4
1 file changed
src-build/createDistTestReleaseConfig.js
@@ -25,10 +25,10 @@ async function createDistTestReleaseConfig() {
25
const phoenixVersion = configJson.package.version;
26
if(os.platform() === 'win32'){
27
configJson.tauri.windows[0].url = `https://phtauri.localhost/v${phoenixVersion}/`;
28
- configJson.tauri.windows[2].url = `https://phtauri.localhost/v${phoenixVersion}/drop-files.html`;
+ // for test windows, desktop-metrics.html isn't needed
29
} else {
30
configJson.tauri.windows[0].url = `phtauri://localhost/v${phoenixVersion}/`;
31
- configJson.tauri.windows[2].url = `phtauri://localhost/v${phoenixVersion}/drop-files.html`;
32
}
33
if(os.platform() === 'darwin'){
34
// inject macos icons
0 commit comments