-
Notifications
You must be signed in to change notification settings - Fork 22
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks ok for demo
We are going to abandon tauri actions in the future because it doesnt meet the requirements we have now. |
BTW, what are those requirements? Can we just submit a PR with additional capabilities to the official action or maintain a fork in the worst case? |
@ozgunozerk it should work as long as we have gh actions workflow |
Requirements are the following:
When I contacted them, they suggested using a custom workflow instead of using tauri-actions.
How to use these keys for updater without |
@ozgunozerk as far as I can see |
This doesn't make sense to me, why would we specify them if they are not used anyway? |
@nazar-pc I meant they are used in the commands, which are called by |
Makes sense now 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
* add updater to tauri conf * added updater to tauri config * add tauri update keys * update endpoint URL * add env vars to ci-tests.yml
Currently, it will check for updates on the app launch. We still need to clarify UX for periodical checks and dropdown menu item for updates (check for update, install update, etc.)