electron build

This commit is contained in:
Jan Prochazka
2024-09-03 13:20:44 +02:00
parent 00ee4979fb
commit cbdda06456
4 changed files with 108 additions and 2 deletions

View File

@@ -40,7 +40,7 @@
on:click={async e => {
const { licenseKey } = e.detail;
await apiCall('config/save-license-key', { licenseKey });
internalRedirectTo('/');
internalRedirectTo('/index.html');
}}
/>
</div>