Customizing installer? #2783
-
|
Hi all, How can we customize the installer that installs our built Tauri application? I'm looking to customize the background images, icons, etc. to resemble my brand instead of a generic solution. Also, on installation, I'd also like to create some default directories and settings files for use within the actual application later. Any resources, guides, or ideas anyone could point me to? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
I am guessing you mean the windows installer, so check this https://tauri.studio/en/docs/api/config#tauri.bundle.windows.wix there is also similar config for macOS and linux. |
Beta Was this translation helpful? Give feedback.
I am guessing you mean the windows installer, so check this https://tauri.studio/en/docs/api/config#tauri.bundle.windows.wix there is also similar config for macOS and linux.