feat(core): implement new config structure#8723
Conversation
|
One thing we talked about a few times which i completely forgot to mention in the rfc is to merge appimage deb rpm etc into a linux parent and dmg and app into a macos one to match the windows config. I honestly think this is really important. |
|
another one maybe? #8727 |
|
yeah seems like a good idea |
|
Removed dependencies detected. Learn more about Socket for GitHub ↗︎ 🚮 Removed packages: npm/cors@2.8.5, npm/express@4.18.2 |
|
does it make sense to rename AppUrl to FrontendDist too? Quite liked that about the prodFrontend variant. |
|
Also separated the enum variants so the JSON schema description is better (and the whole type makes more sense). |
|
That's better so maybe just change the name to |
|
|
|
I'll merge this one so we can move forward with the beta. If there's any changes left to do, we can do it in a separate PR. |
* refactor(updater): accomodate to new tauri config restructure RFC#5 https://github.com/tauri-apps/rfcs/blob/f3e82a6b0c5390401e855850d47dc7b7d9afd684/texts/0005-tauri-config-restructure.md RFC#5 PR implementation: tauri-apps/tauri#8723 * lint and update configs
* refactor(updater): accomodate to new tauri config restructure RFC#5 https://github.com/tauri-apps/rfcs/blob/f3e82a6b0c5390401e855850d47dc7b7d9afd684/texts/0005-tauri-config-restructure.md RFC#5 PR implementation: tauri-apps/tauri#8723 * lint and update configs Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/7766772373 Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
* refactor(updater): accomodate to new tauri config restructure RFC#5 https://github.com/tauri-apps/rfcs/blob/f3e82a6b0c5390401e855850d47dc7b7d9afd684/texts/0005-tauri-config-restructure.md RFC#5 PR implementation: tauri-apps/tauri#8723 * lint and update configs Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/7766772373 Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
* refactor(updater): accomodate to new tauri config restructure RFC#5 https://github.com/tauri-apps/rfcs/blob/f3e82a6b0c5390401e855850d47dc7b7d9afd684/texts/0005-tauri-config-restructure.md RFC#5 PR implementation: tauri-apps/tauri#8723 * lint and update configs Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/7766772373 Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
* refactor(updater): accomodate to new tauri config restructure RFC#5 https://github.com/tauri-apps/rfcs/blob/f3e82a6b0c5390401e855850d47dc7b7d9afd684/texts/0005-tauri-config-restructure.md RFC#5 PR implementation: tauri-apps/tauri#8723 * lint and update configs Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/7766772373 Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
RFC#5 https://github.com/tauri-apps/rfcs/blob/f3e82a6b0c5390401e855850d47dc7b7d9afd684/texts/0005-tauri-config-restructure.md
Closes #8055
Closes #8727