mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-14 07:43:25 +01:00
[PR #258] [MERGED] License and updater Cargo features #182
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/mountain-loop/yaak/pull/258
Author: @gschier
Created: 9/30/2025
Status: ✅ Merged
Merged: 9/30/2025
Merged by: @gschier
Base:
main← Head:build-time-features📝 Commits (2)
e2bccc1Only enable license and updater features on official Yaak buildseacb12dFix release.yml📊 Changes
11 files changed (+124 additions, -52 deletions)
View changed files
📝
.github/workflows/release.yml(+1 -1)📝
src-tauri/Cargo.toml(+4 -1)📝
src-tauri/src/lib.rs(+23 -13)➕
src-web/components/CargoFeature.tsx(+20 -0)📝
src-web/components/LicenseBadge.tsx(+9 -0)📝
src-web/components/Settings/Settings.tsx(+14 -6)📝
src-web/components/Settings/SettingsGeneral.tsx(+34 -31)📝
src-web/components/Settings/SettingsLicense.tsx(+9 -0)📝
src-web/components/SettingsDropdown.tsx(+1 -0)📝
src-web/components/core/Tabs/Tabs.tsx(+5 -0)📝
src-web/lib/appInfo.ts(+4 -0)📄 Description
Since the commercial-use license doesn't apply to running the OSS code yourself, this (finally) makes that experience nicer.
In short, running Yaak locally and building it yourself won't have any UI or functionality to run the updater or licensing features.
The "Release" GitHub Action now adds
--features "updater license"to enable these for official releases.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.