File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
tooling/bundler/src/bundle/windows/templates Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ ' tauri-bundler ' : ' patch:bug'
3+ ---
4+
5+ On Windows, fix installation packages not showing correct copyright information.
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ ${StrLoc}
2222!define MAINBINARYNAME " {{main_binary_name}}"
2323!define MAINBINARYSRCPATH " {{main_binary_path}}"
2424!define BUNDLEID " {{bundle_id}}"
25+ !define COPYRIGHT " {{copyright}}"
2526!define OUTFILE " {{out_file}}"
2627!define ARCH " {{arch}}"
2728!define PLUGINSPATH " {{additional_plugins_path}}"
@@ -35,7 +36,7 @@ ${StrLoc}
3536!define MANUPRODUCTKEY " Software\${MANUFACTURER}\${PRODUCTNAME}"
3637
3738Name " ${PRODUCTNAME}"
38- BrandingText " {{copyright} }"
39+ BrandingText " ${COPYRIGHT }"
3940OutFile " ${OUTFILE}"
4041
4142VIProductVersion " ${VERSIONWITHBUILD}"
You can’t perform that action at this time.
0 commit comments