File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -131,7 +131,9 @@ jobs:
131131 -outputFile build\distributions\woodlanders-setup-launcher.exe `
132132 -title "Woodlanders Launcher Installer" `
133133 -description "Woodlanders Game Launcher Installer" `
134- -company "Wagemaker UK" `
134+ -company "Ricardo Wagemaker" `
135+ -product "Woodlanders Launcher" `
136+ -copyright "Copyright (c) 2025 Ricardo Wagemaker" `
135137 -version "1.0.0.0" `
136138 -requireAdmin `
137139 -noConsole:$false
@@ -141,7 +143,9 @@ jobs:
141143 -outputFile build\distributions\uninstall-launcher.exe `
142144 -title "Woodlanders Launcher Uninstaller" `
143145 -description "Uninstall Woodlanders Game Launcher" `
144- -company "Wagemaker UK" `
146+ -company "Ricardo Wagemaker" `
147+ -product "Woodlanders Launcher" `
148+ -copyright "Copyright (c) 2025 Ricardo Wagemaker" `
145149 -version "1.0.0.0" `
146150 -requireAdmin `
147151 -noConsole:$false
Original file line number Diff line number Diff line change @@ -273,7 +273,9 @@ $ps2exeParams = @{
273273 outputFile = " build\distributions\woodlanders-setup-launcher.exe"
274274 title = " Woodlanders Launcher Installer"
275275 description = " Woodlanders Game Launcher Installer"
276- company = " Wagemaker UK"
276+ company = " Ricardo Wagemaker"
277+ product = " Woodlanders Launcher"
278+ copyright = " Copyright (c) 2025 Ricardo Wagemaker"
277279 version = " 1.0.0.0"
278280 requireAdmin = $true
279281 noConsole = $false
@@ -297,7 +299,9 @@ $uninstallParams = @{
297299 outputFile = " build\distributions\uninstall-launcher.exe"
298300 title = " Woodlanders Launcher Uninstaller"
299301 description = " Uninstall Woodlanders Game Launcher"
300- company = " Wagemaker UK"
302+ company = " Ricardo Wagemaker"
303+ product = " Woodlanders Launcher"
304+ copyright = " Copyright (c) 2025 Ricardo Wagemaker"
301305 version = " 1.0.0.0"
302306 requireAdmin = $true
303307 noConsole = $false
You can’t perform that action at this time.
0 commit comments