resolving tauri assets
Signed-off-by: FTCHD <144691102+FTCHD@users.noreply.github.com>
This commit is contained in:
+1
-1
@@ -53,7 +53,7 @@ async function parseRemotes(remotes: string[]) {
|
||||
console.log('[parseRemotes] remoteInfo', remoteInfo)
|
||||
|
||||
if (!remoteInfo || !SUPPORTED_BACKENDS.includes(remoteInfo?.type)) {
|
||||
console.log('[parseRemotes] skipping remote not supported', remoteInfo)
|
||||
console.log('[parseRemotes] skipping remote not supported', remote)
|
||||
continue
|
||||
}
|
||||
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
"icons/icon.icns",
|
||||
"icons/icon.ico"
|
||||
],
|
||||
"resources": ["icons/favicon/", "icons/small/"],
|
||||
"resources": ["icons/favicon/*", "icons/small/providers/*", "icons/small/backends/*"],
|
||||
"shortDescription": "Cross-platform GUI for rclone & S3",
|
||||
"longDescription": "Cross-platform GUI for rclone & S3",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
Reference in New Issue
Block a user