how to copy to Plugin into the App Bundle #5980
Answered
by
FabianLars
andybin-cn
asked this question in
Q&A
-
I want to copy a safari Extension App Plugin into the App Bundle, Is there any way do this? like copy files into Resource directory: |
Beta Was this translation helpful? Give feedback.
Answered by
FabianLars
Jan 4, 2023
Replies: 1 comment 5 replies
-
The Resources feature is pretty much the only way to bundle additional files but you cannot specify where it saves the files in the bundle. Also just to be sure, you're not trying to bundle the extension so that it can be used in the Tauri app itself right? Tauri does not use Safari so extensions won't work. |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
andybin-cn
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The Resources feature is pretty much the only way to bundle additional files but you cannot specify where it saves the files in the bundle.
Also just to be sure, you're not trying to bundle the extension so that it can be used in the Tauri app itself right? Tauri does not use Safari so extensions won't work.