mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-11 20:00:29 +01:00
[PR #112] [MERGED] Simpler Tauri resource paths #49
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/112
Author: @gschier
Created: 9/25/2024
Status: ✅ Merged
Merged: 9/25/2024
Merged by: @gschier
Base:
master← Head:fix-tauri-resources📝 Commits (1)
d358760Simpler Tauri resource paths📊 Changes
8 files changed (+18 additions, -16 deletions)
View changed files
📝
plugin-runtime/package.json(+2 -2)➕
scripts/.gitignore(+1 -0)📝
scripts/vendor-node.cjs(+4 -3)📝
scripts/vendor-protoc.cjs(+2 -2)📝
src-tauri/tauri.conf.json(+6 -6)📝
src-tauri/yaak_grpc/src/proto.rs(+1 -1)📝
src-tauri/yaak_plugin_runtime/src/manager.rs(+1 -1)📝
src-tauri/yaak_plugin_runtime/src/nodejs.rs(+1 -1)📄 Description
There was some weirdness around using
../in Tauri resource paths. This PR moves the build output of the plugin runtime to eliminate the need for../. This should fix the RPM package putting things in the wrong place.Fixes #72 (hopefully)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.