mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-06-12 01:14:27 +02:00
Simpler Tauri resource paths (#112)
This commit is contained in:
@@ -56,12 +56,12 @@
|
||||
"icons/release/icon.ico"
|
||||
],
|
||||
"longDescription": "A cross-platform desktop app for interacting with REST, GraphQL, and gRPC",
|
||||
"resources": {
|
||||
"migrations": "migrations",
|
||||
"vendored/protoc/include": "protoc-include",
|
||||
"vendored/plugins": "plugins",
|
||||
"../plugin-runtime/build": "plugin-runtime"
|
||||
},
|
||||
"resources": [
|
||||
"migrations",
|
||||
"vendored/protoc/include",
|
||||
"vendored/plugins",
|
||||
"vendored/plugin-runtime"
|
||||
],
|
||||
"shortDescription": "Play with APIs, intuitively",
|
||||
"targets": [
|
||||
"app",
|
||||
|
||||
Reference in New Issue
Block a user