Skip to content

Commit e9c908e

Browse files
committed
further updated to the launcher testing workflow
1 parent 9cec8b9 commit e9c908e

2 files changed

Lines changed: 12 additions & 4 deletions

File tree

.github/workflows/build-launcher-installer.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff 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

launcher/build-launcher-installer-local.ps1

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)