Skip to content

Commit

Permalink
Merge pull request #88 from intechstudio/SUKU-dev
Browse files Browse the repository at this point in the history
SUKU updater fallback URL moved to process.env
  • Loading branch information
SukuWc authored Apr 5, 2022
2 parents 29c28a5 + ff84cea commit 500d6a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/shared/updater/Updater.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@

<button
class="cursor-pointer relative px-2 py-1 mt-2 mr-2 bg-commit rounded hover:bg-commit-saturate-20 focus:outline-none"
on:click={()=> {openInBrowser('https://intech.studio/grid-editor/downloads')}}>
on:click={()=> {openInBrowser(process.env.EDITOR_DOWNLOAD_URL)}}>
Download
</button>

Expand Down

0 comments on commit 500d6a3

Please sign in to comment.