File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed
tooling/bundler/src/bundle/windows Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ ' tauri-bundler ' : ' patch:enhance'
3+ ---
4+
5+ Added Copyright field as BrandingText to the NSIS bundler.
Original file line number Diff line number Diff line change @@ -177,6 +177,7 @@ fn build_nsis_app_installer(
177177 data. insert ( "bundle_id" , to_json ( bundle_id) ) ;
178178 data. insert ( "manufacturer" , to_json ( manufacturer) ) ;
179179 data. insert ( "product_name" , to_json ( settings. product_name ( ) ) ) ;
180+ data. insert ( "copyright" , to_json ( settings. copyright_string ( ) ) ) ;
180181
181182 let version = settings. version_string ( ) ;
182183 data. insert ( "version" , to_json ( version) ) ;
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ Var ReinstallPageCheck
3030!define MANUPRODUCTKEY " Software\${MANUFACTURER}\${PRODUCTNAME}"
3131
3232Name " ${PRODUCTNAME}"
33+ BrandingText " {{copyright}}"
3334OutFile " ${OUTFILE}"
3435Unicode true
3536SetCompressor /SOLID lzma
You can’t perform that action at this time.
0 commit comments